[Request] Allow uploading of additional files to artifact storage #747
Closed
danricbede
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This request mainly comes from issues with integration tests, where we'd like to reference files from other project directories.
As an example, assume we have a directory structure like so:
When we define our Workflow/Task in the
deployment.ymlfile we're using pytest as follows:Problem being when we run
dbx execute, it only uploads the wheel and any files referenced in thespark_python_tasksection.To get around this, a hack that I've used is to do the following:
This isn't ideal for many reasons.
Request: New class attribute in
spark_python_taskthat allows us to specificy a list of additional directories/files to upload.Beta Was this translation helpful? Give feedback.
All reactions