dbt-firebolt
The dbt adapter for Firebolt
파일 탐색기
- .gitkeep
- 1.10.0.md
- 1.11.0.md
- 1.3.0.md
- 1.4.0.md
- 1.4.1.md
- 1.4.2.md
- 1.4.3.md
- 1.4.4.md
- 1.5.0.md
- 1.6.0.md
- 1.6.1.md
- 1.6.2.md
- 1.6.3.md
- 1.6.4.md
- 1.7.0.md
- 1.8.0.md
- 1.8.1.md
- 1.8.2.md
- 1.8.3.md
- 1.9.0.md
- 1.9.1.md
- 1.9.2.md
- 1.9.3.md
- 1.9.4.md
- header.tpl.md
- v1.2.0.md
- profiles.yml
- run_test_workflow.sh
- sources_external_tables_copy.yml
- sources_external_tables_iam.yml
- sources_external_tables_id_secret.yml
- code-check.yml
- integration-tests-core.yml
- integration-tests-v1.yml
- integration-tests-v2.yml
- integration-tests.yml
- jaffle-shop-v1.yml
- jaffle-shop-v2.yml
- jaffle_shop.yml
- nightly.yml
- pull_request.yml
- python-release-org.yml
- security-scan.yml
- unit-tests.yml
- verify-installation.yml
- CODEOWNERS
- pull_request_template.md
- __init__.py
- __init__.py
- __version__.py
- column.py
- connections.py
- impl.py
- relation.py
- apply_grants.sql
- relation.sql
- create_external_table.sql
- dropif.sql
- get_external_build_plan.sql
- column_helpers.sql
- incremental.sql
- is_incremental.sql
- merge.sql
- on_schema_change.sql
- strategies.sql
- clone.sql
- materialized_view.sql
- seed.sql
- snapshot_merge.sql
- table.sql
- test.sql
- view.sql
- alter.sql
- create.sql
- describe.sql
- drop.sql
- refresh.sql
- create.sql
- drop.sql
- rename.sql
- replace.sql
- create.sql
- drop.sql
- rename.sql
- replace.sql
- array_append.sql
- array_concat.sql
- array_construct.sql
- bool_or.sql
- cast_bool_to_text.sql
- dateadd.sql
- datediff.sql
- except.sql
- intersect.sql
- listagg.sql
- position.sql
- right.sql
- split_part.sql
- timestamps.sql
- adapters.sql
- catalog.sql
- __init__.py
- dbt_project.yml
- seed_model.sql
- seed_run.sql
- test_model_hooks.py
- test_incremental.py
- test_unit_testing.py
- test_data_types.py
- test_utils.py
- test_basic.py
- test_changing_relation_type.py
- test_clone.py
- test_column_types.py
- test_concurrency.py
- test_constraints.py
- test_dbt_debug.py
- test_empty.py
- test_ephemeral.py
- test_grants.py
- test_limit.py
- test_materialized_views.py
- test_override.py
- test_query_comment.py
- test_seed.py
- test_simple_copy.py
- test_store_test_failures.py
- test_timestamps.py
- test_firebolt_adapter.py
- test_firebolt_conversions.py
- test_index.py
- conftest.py
- .changie.yaml
- .fossa.yml
- .gitignore
- .legitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CONTRIBUTING.MD
- LICENSE
- MANIFEST.in
- pyproject.toml
- pytest.ini
- README.md
- setup.cfg
- sonar-project.properties
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pip install
설명 보기 ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
