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
Energistics - OSDU Integration
Commits
7408d638
Commit
7408d638
authored
Aug 27, 2021
by
Spencer Sutton
Browse files
Refreshing for latest python sdk change
parent
05940221
Changes
1
Hide whitespace changes
Inline
Side-by-side
energistics/src/witsml_parser/create_energistics_manifest.py
View file @
7408d638
...
...
@@ -228,7 +228,7 @@ class EnergisticsManifestCreator:
download_signed_url
=
""
if
execution_context
[
"Context"
][
"dataset_id"
]:
dataset_dms_client
=
DatasetDmsClient
(
self
.
payload_context
.
data_partition_id
)
dataset_dms_client
=
DatasetDmsClient
(
data_partition_id
=
self
.
payload_context
.
data_partition_id
)
retrieval_instructions_response
=
dataset_dms_client
.
get_retrieval_instructions
(
record_id
=
execution_context
[
"Context"
][
"dataset_id"
])
# logger.info(f"Dataset retrieval response code: {retrieval_instructions_response.status_code}")
...
...
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