alert-architect-36218
04/30/2024, 3:40 PMpython_sources target.
For example I want to have the following target:
python_source(name="code", dependencies=[":s3_resouces", ":generated_resourced"])
and then be able to
pants run "path/to/file:code"
I've tried to follow docs on code generators, which seem to be a very similar use-case, however, it focuses on using the generated code outside of pants, where I want to be able to utilise the engine to track those dependencies automatically and cache them too ideally.
Any advice on how to handle it ?square-psychiatrist-19087
04/30/2024, 4:01 PMsquare-psychiatrist-19087
04/30/2024, 4:02 PMalert-architect-36218
04/30/2024, 4:34 PMgsutil for google cloud). Just passing a google url gives the following error
IntrinsicError: Error downloading file: builder error for url (gs://<our_url>): URL scheme is not allowed
2. Thanks, I'll check it out!square-psychiatrist-19087
04/30/2024, 4:36 PMalert-architect-36218
04/30/2024, 4:37 PMsquare-psychiatrist-19087
04/30/2024, 4:39 PMalert-architect-36218
04/30/2024, 4:40 PMpython_sources target as runnable ?square-psychiatrist-19087
04/30/2024, 4:41 PMsquare-psychiatrist-19087
04/30/2024, 4:43 PMalert-architect-36218
04/30/2024, 4:46 PMgorgeous-winter-99296
04/30/2024, 6:10 PM