-
-
Save andypetrella/1bdc62e28e93f66452b6ffa4087871ea to your computer and use it in GitHub Desktop.
ex in py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dam_dependencies = [ | |
ProcessLineageDepsBuilder(input_schema, output_schema) | |
.identity_from_output("data") | |
.append('f', ['name', 'last'], "data"), | |
ProcessLineageDepsBuilder(input_schema_2, output_schema) | |
.identity_from_output("data") | |
] | |
dam_create_process_run_and_lineage(process, user, | |
code_version, process_name, | |
dam_dependencies) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment