Skip to main content

Add Drop Notebooks

When enabled, generates a drop-table deploy notebook for each Fabric database in the build output.

Each table contributes a DROP TABLE IF EXISTS statement to the generated drop.tables.{database} notebook under the _deploy folder. Staged objects and tables defined by custom source create SQL are excluded. The notebook removes all generated tables when run, so it is intended for development and redeployment scenarios.

When to Change This Setting

Keep the default Y while developing, so the model can be torn down and redeployed easily. Disable it to keep drop notebooks out of the generated output for environments where running one would be destructive.

SettingInteraction
Databricks Add Drop NotebooksThe equivalent option for Databricks output

Notes

  • This setting is part of the Microsoft Fabric settings category.
  • The default value for this setting is Y.