Firebolt-cli

Latest version: v0.7.0

Safety actively analyzes 623248 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.7.0

What's Changed
* ci: fix coverage badge generation by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/128
* fix: show only parameters, that should be exposed to the user by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/129
* test: Change to us-east-1 region by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/130
* test: No not unique error string test by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/131
* feat: Support service account auth by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/132
* ci(FIR-16394): Remove set output by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/136
* ci(FIR-16394): Remove set output by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/137
* ci: Notify on nightly failures by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/138
* test: fix table columns by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/139
* ci: Add Foresight test monitoring by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/140
* test: Fix boolean assertion by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/141
* build: Fix pre-commit issues by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/142
* ci: Using v1 tag for integration-testing-setup by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/143
* ci: caching failed tests for re-run by RotemFB in https://github.com/firebolt-db/firebolt-cli/pull/144
* lock sdk version to use 0.x by stepansergeevitch in https://github.com/firebolt-db/firebolt-cli/pull/148
* ci: Remove dev usage v0 by stepansergeevitch in https://github.com/firebolt-db/firebolt-cli/pull/153
* ci: Use 0.x tests for 0.x release by stepansergeevitch in https://github.com/firebolt-db/firebolt-cli/pull/154
* ci: Set correct main branch value in release.yml by stepansergeevitch in https://github.com/firebolt-db/firebolt-cli/pull/155

New Contributors
* RotemFB made their first contribution in https://github.com/firebolt-db/firebolt-cli/pull/144

**Full Changelog**: https://github.com/firebolt-db/firebolt-cli/compare/0.6.1...0.7.0

0.6.1

What's Changed
* chore: Upgrade sdk to 0.9.2 by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/126
* ci: Add token to release action by ptiurin in https://github.com/firebolt-db/firebolt-cli/pull/127


**Full Changelog**: https://github.com/firebolt-db/firebolt-cli/compare/0.6.0...0.6.1

0.6.0

What's Changed
* feat: add --database option to be able to filter engines by database name by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/115
* feat: implement autocompletion of set parameters by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/120
* fix: Fix integration tests by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/124
* fix: switch to other table representation for better view of long lines by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/123
* feat: Fir 13989 add query metrics by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/122
* feat: Breaking change in ingestion update by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/125


**Full Changelog**: https://github.com/firebolt-db/firebolt-cli/compare/0.5.0...0.6.0

0.5.0

What's Changed
* feat: make --external-table-name argument optional by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/117
* fix: remove multithreading for completer by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/118
* docs: fix error message by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/119
* fix: auth with environment variables by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/121


**Full Changelog**: https://github.com/firebolt-db/firebolt-cli/compare/0.4.0...0.5.0

0.4.0

What's Changed
* docs: add docs for readme by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/101
* fix: integration tests by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/102
* docs: fix typo in documentation by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/104
* docs: Updating readme to dedupe content on docs.firebolt.io and link to same by FireboltJeff in https://github.com/firebolt-db/firebolt-cli/pull/106
* feat: add use-spot parameter for creating and updating engines by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/95
* feat: Add execution time to the query statistics by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/98
* fix: store and pass account name in lowercase by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/99
* fix: Fix integration tests by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/108
* fix: fix-lowercase-none by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/110
* feat: add a possibility to set auto-stop to inf via command-line by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/90
* fix: expect 403 error by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/111
* perf: multiple unnecessary reading of parameters by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/100
* fix: skip integration test by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/112
* fix: Allow engine stop from STARTING_INITIALIZING state by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/114
* Fix links to not link to staging urls by Dean-Coakley in https://github.com/firebolt-db/firebolt-cli/pull/113
* feat: Fir 13556 add function autocompletion by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/109
* feat: add method for getting all instance of specific region by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/103
* fix: update authentication by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/116

New Contributors
* FireboltJeff made their first contribution in https://github.com/firebolt-db/firebolt-cli/pull/106
* Dean-Coakley made their first contribution in https://github.com/firebolt-db/firebolt-cli/pull/113

**Full Changelog**: https://github.com/firebolt-db/firebolt-cli/compare/0.3.0...0.4.0

0.3.0

What's Changed
* feat: Fir 12262 ingest data by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/86
* feat: Enhance interactive queries; Suppress non-data output by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/89
* feat: Add subcommand to reset all previously set configurations by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/92
* feat: enable shell completion and add documentation how to use it by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/93
* docs: replace confusing INTEGER RANGE with INTEGER in help message by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/94
* fix: Uncaught exception in case the command is not known by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/91
* feat: Fir 12916 query sql argument by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/88
* feat: make ENGINE_NAME argument optional for engine start/stop/restart/status by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/96
* style: Added copyedits to --help messages. by marknoack in https://github.com/firebolt-db/firebolt-cli/pull/81
* feat: Fir 12318 ingest append by yuryfirebolt in https://github.com/firebolt-db/firebolt-cli/pull/97

New Contributors
* marknoack made their first contribution in https://github.com/firebolt-db/firebolt-cli/pull/81

**Full Changelog**: https://github.com/firebolt-db/firebolt-cli/compare/0.2.2...0.3.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.