You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
Component
Library/core
Feature
Some would like to run the transforms, within a runtime perhaps, by calling the dpk library from their own code. To date, we primarily focus on the command line-driven runtime launch() method that expects sys.argv to contain the configuration of all the internal components include DataAccessFactory, Transform and the Runtime. It may be as simple as passing in a list of CLI-like arguments to launch() which then get treated as CLI ags are today. This also avoids a pattern like the following
sys.argv = ...
launcher.launch()
which we should avoid promoting.
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Component
Library/core
Feature
Some would like to run the transforms, within a runtime perhaps, by calling the dpk library from their own code. To date, we primarily focus on the command line-driven runtime launch() method that expects sys.argv to contain the configuration of all the internal components include DataAccessFactory, Transform and the Runtime. It may be as simple as passing in a list of CLI-like arguments to launch() which then get treated as CLI ags are today. This also avoids a pattern like the following
which we should avoid promoting.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: