Skip to content

Commit f6e5b52

Browse files
committed
fix(ingest/dynamodb): pass env to dataset urn function
1 parent 3ce7651 commit f6e5b52

File tree

1 file changed

+1
-0
lines changed
  • metadata-ingestion/src/datahub/ingestion/source/dynamodb

1 file changed

+1
-0
lines changed

metadata-ingestion/src/datahub/ingestion/source/dynamodb/dynamodb.py

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def _process_table(
246246
platform=self.platform,
247247
platform_instance=platform_instance,
248248
name=dataset_name,
249+
env=self.config.env,
249250
)
250251
dataset_properties = DatasetPropertiesClass(
251252
name=table_name,

0 commit comments

Comments
 (0)