Describe the issue
I have a symlink in my directory and it is silently ignored when uploading to the files folder. The databricks.yml files and resources that is loads are symlinks as well however it is able to read them. I can't find any docs about this but I likely missed something. Any reason that symlinks are not supported.
Configuration
Create a symlink run databricks bundle deploy and see that it is missing.
Steps to reproduce the behavior
Please list the steps required to reproduce the issue, for example:
- Run
databricks bundle deploy ...
- Run
databricks bundle run ...
- See error
Expected Behavior
A warning is output or better yet it just uploads the file.
Actual Behavior
It is silently ignored.
OS and CLI version
mac OS, all versions
Is this a regression?
no
Describe the issue
I have a symlink in my directory and it is silently ignored when uploading to the
filesfolder. The databricks.yml files andresourcesthat is loads are symlinks as well however it is able to read them. I can't find any docs about this but I likely missed something. Any reason that symlinks are not supported.Configuration
Create a symlink run
databricks bundle deployand see that it is missing.Steps to reproduce the behavior
Please list the steps required to reproduce the issue, for example:
databricks bundle deploy ...databricks bundle run ...Expected Behavior
A warning is output or better yet it just uploads the file.
Actual Behavior
It is silently ignored.
OS and CLI version
mac OS, all versions
Is this a regression?
no