Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbx doesn't like notebooks in artifact directories #819

Open
neil-katuna-at-mscience opened this issue Jul 30, 2023 · 0 comments
Open

dbx doesn't like notebooks in artifact directories #819

neil-katuna-at-mscience opened this issue Jul 30, 2023 · 0 comments

Comments

@neil-katuna-at-mscience

Expected Behavior

I expect to be able to specify paths for notebooks in the artifact directory.

notebook_task:
  notebook_path: "file://path/in/artifact/directory/notebook.py"

Current Behavior

The above line breaks with error:

 Response from server: 
 { 'error_code': 'INVALID_PARAMETER_VALUE',
  'message': 'Invalid notebook_path: '
             'dbfs:/dbx/my_project/98de20ce1cb84aeb9421368ee49e5872/art
ifacts/example_pipeline/do_one_last_thing.py. '
             'Only absolute paths are currently supported. Paths must begin '
             "with '/'."}

It's easy enough to see that removing the "dbfs:" part of the path would resolve the issue.

Steps to Reproduce (for bugs)

Context

Your Environment

Using cluster configurations:

new_cluster:
              spark_version: "12.2.x-scala2.12"
              driver_node_type_id: "c6gd.4xlarge"
              node_type_id: "c6gd.4xlarge"
              num_workers: 8
              aws_attributes:
                first_on_demand: 1
                availability: "SPOT_WITH_FALLBACK"
                zone_id: "auto"
                instance_profile_arn: "{{ instance_profile_arn }}"
                spot_bid_price_percent: 100
                ebs_volume_count: 0
  • dbx version used: 0.8.18
  • Databricks Runtime version: 12.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant