File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ def post_file_import(
287287
288288 FILE_TYPE = "records"
289289 # config
290- config_url = settings .get_base_config (self .project_id )
290+ config_url = settings .get_full_config (self .project_id )
291291 config_api_response = api_calls .get_request (
292292 config_url ,
293293 self .session_token ,
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ def get_associations_url(project_id: str) -> str:
5454 return f"{ get_project_url (project_id )} /associations"
5555
5656
57- def get_base_config (project_id : str ) -> str :
58- return f"{ get_project_url (project_id )} /import/base_config "
57+ def get_full_config (project_id : str ) -> str :
58+ return f"{ get_project_url (project_id )} /import/full_config "
5959
6060
6161def get_task (project_id : str , task_id : str ) -> str :
You can’t perform that action at this time.
0 commit comments