Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
@nibu147 If you can change the way you are executing your pipeline, then I would suggest using the result = execute_launch_command(DagsterInstance.get(), {'run_id': 'my-run-id', ...}) This approach will require dagster >= 0.10.0, however. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way customize dagster run_id to include now timestamp instead of having an alphanumerical string which might be difficult to read? thanks
Beta Was this translation helpful? Give feedback.
All reactions