Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Ingestion
Ingestion DAGs
Commits
d06f2198
Commit
d06f2198
authored
Jan 28, 2021
by
Kishore Battula
Browse files
Fixed import errors with latest sdk
parent
38c0c24b
Pipeline
#24383
failed with stages
in 8 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dags/libs/create_records.py
View file @
d06f2198
...
...
@@ -21,8 +21,8 @@ import logging
from
airflow.models
import
Variable
from
libs.refresh_token
import
AirflowTokenRefresher
,
refresh_token
from
osdu_api.model.acl
import
Acl
from
osdu_api.model.legal
import
Legal
from
osdu_api.model.legal_compliance
import
LegalCompliance
from
osdu_api.model.legal
.legal
import
Legal
from
osdu_api.model.legal
.legal
_compliance
import
LegalCompliance
from
osdu_api.model.record
import
Record
from
osdu_api.model.record_ancestry
import
RecordAncestry
from
osdu_api.storage.record_client
import
RecordClient
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment