Describe the issue
bundle sync defaults to no OutputHandler whereas sync will rely on the default of the root.OutputType which is text.
This is especially confusing when using the --dry-run command because nothing but Warn: Running in dry-run mode. No actual changes will be made. is printed so you assume nothing would happen if you were to run the command.
Steps to reproduce the behavior
Run any bundle sync command and it appears as though nothing is happening because no output appears.
Expected Behavior
Default to text OutputHandler as sync does.
Actual Behavior
Default to no OutputHandler.
OS and CLI version
Mac
v1.14.1
Is this a regression?
No.
Debug Logs
databricks bundle sync
databricks bundle sync --output text
Action: PUT: src/ABC.py
Uploaded src/ABC.py
Initial Sync Complete
Describe the issue
bundle syncdefaults to no OutputHandler whereassyncwill rely on the default of the root.OutputType which istext.This is especially confusing when using the
--dry-runcommand because nothing butWarn: Running in dry-run mode. No actual changes will be made.is printed so you assume nothing would happen if you were to run the command.Steps to reproduce the behavior
Run any
bundle synccommand and it appears as though nothing is happening because no output appears.Expected Behavior
Default to
textOutputHandler assyncdoes.Actual Behavior
Default to no OutputHandler.
OS and CLI version
Mac
v1.14.1
Is this a regression?
No.
Debug Logs
databricks bundle syncdatabricks bundle sync --output text