Skip to content

Instantly share code, notes, and snippets.

@barograf
Last active November 4, 2022 09:40
Show Gist options
  • Select an option

  • Save barograf/117576da0365933f35e09a85b972e3b4 to your computer and use it in GitHub Desktop.

Select an option

Save barograf/117576da0365933f35e09a85b972e3b4 to your computer and use it in GitHub Desktop.
source_dynf = glueContext.create_dynamic_frame.from_catalog(
database=args["CATALOG"],
table_name=table["Name"],
transformation_ctx=f"source_dynf_{tbl_name}",
additional_options={
"jobBookmarkKeys": ["updated_at"],
"jobBookmarksKeysSortOrder": "asc",
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment