Git Product home page Git Product logo

Comments (1)

gouline avatar gouline commented on June 27, 2024

That flag was renamed to --skip-sources along with several other renames in v1.0. Please run dbt-metabase models --help to see all currently supported flags and environment variables.

Below is a complete list of renames (excluding new flags and environment variables).

v0.10 v1.0
--dbt_manifest_path --manifest-path
--dbt_path No longer supported, use --manifest-path instead
--dbt_database --include-databases
--dbt_schema --include-schemas
--dbt_schema_excludes --exclude-schemas
--dbt_includes --include-models
--dbt_excludes --exclude-models
--dbt_docs_url --docs-url
--dbt_include_tags --append-tags
--metabase_database, MB_DATABASE --metabase-database, METABASE_DATABASE
--metabase_host, MB_HOST --metabase-url, METABASE_URL (expects full URL, e.g. https://metabase.example.com)
--metabase_user, MB_USER --metabase-username, METABASE_USERNAME
--metabase_password, MB_PASSWORD --metabase-password, METABASE_PASSWORD
--metabase_session_id, MB_SESSION_ID --metabase-session-id, METABASE_SESSION_ID
--metabase_http, --metabase_https No longer supported, use http:// or https:// in --metabase-url
--metabase_http_timeout, MB_HTTP_TIMEOUT --http-timeout, HTTP_TIMEOUT
--metabase_verify --skip-verify (to skip verification), --cert (to pass certificate)
--metabase_sync_timeout --sync-timeout
--metabase_sync, --metabase_sync_skip No longer supported, use --sync-timeout 0 to disable sync
--metabase_exclude_sources --skip-sources
--http_extra_headers --http-header
--output_path --output-path
--output_name No longer supported, depends on --output-grouping
--include_personal_collections --allow-personal-collections
--collection_excludes --exclude-collections
--verbose --verbose

from dbt-metabase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.