Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Exporter] **Breaking change** Use new query and alert resources instead of legacy resources #4150

Merged
merged 1 commit into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. [Exporter] **Breaking changes** Use new query and alert resources ins…

    …tead of legacy ones
    
    This change replaces legacy `databricks_sql_query` and `databricks_sql_alert` with new
    resources `databricks_query` and `databricks_alert`.  Also, services `sql-queries` and
    `sql-alerts` are renamed to `queries` and `alerts`.
    
    Other changes include:
    
    * Improve performance of Lakeview dashboards scan by using bigger page size
    * Generalize `isMatchingCatalogAndSchema` implementation for use in multiple resources
      where attribute names could be different
    * Generalize handling of `/Workspace` prefix when emitting notebooks, workspace files and
      directories.
    alexott committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b4dcf34 View commit details
    Browse the repository at this point in the history