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
When running the exporter, it finds init scripts on dbfs and/or s3.
The exporter creates a definition as such
The exporter does not supply the dbfs:/ scheme
Error: cannot create cluster: Validation failed for init_scripts.1.dbfs.destination, the value must be dbfs:/FileStore/scripts/instal_awscli.sh (is "/FileStore/scripts/instal_awscli.sh")
When running the exporter, it finds init scripts on dbfs and/or s3.
The exporter creates a definition as such
The exporter does not supply the dbfs:/ scheme
Configuration
Expected Behavior
The file should be uploaded to dbfs from source
Actual Behavior
Error: cannot create cluster: Validation failed for init_scripts.1.dbfs.destination, the value must be dbfs:/FileStore/scripts/instal_awscli.sh (is "/FileStore/scripts/instal_awscli.sh")
Steps to Remediate
Manually change the path to include dbfs:/ prefix
However the following error was issued
Steps to Reproduce
Add an init script to cluster in workspace
Run exporter
Run plan
Run apply
Terraform and provider versions
TF > 0.15
DB Provider > 1.2.0
Important Factoids
The plan defaults to a dbfs scheme - we see this in the terraform plan output
The text was updated successfully, but these errors were encountered: