Skip to content

bundle sync outputs differently than sync #6499

Description

@kyle-winkelman

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

# No output

databricks bundle sync --output text

Action: PUT: src/ABC.py
Uploaded src/ABC.py
Initial Sync Complete

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLICLI related issues

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions