Firebolt-ingest

Latest version: v0.3.4

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

Scan your dependencies

Page 1 of 2

0.3.4

What's Changed
* ci: Fir 29776 remove dev usage from firebolt ingest ci by stepansergeevitch in https://github.com/firebolt-db/firebolt-ingest/pull/70
* ci: Fir 29860 remove python 3 7 support for firebolt ingest by stepansergeevitch in https://github.com/firebolt-db/firebolt-ingest/pull/72
* fix(DATA-2408): added .value to fix partition enum bug by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/73

New Contributors
* stepansergeevitch made their first contribution in https://github.com/firebolt-db/firebolt-ingest/pull/70

**Full Changelog**: https://github.com/firebolt-db/firebolt-ingest/compare/0.3.3...0.3.4

0.3.3

What's Changed
* ci(FIR-16394): Remove set output by ptiurin in https://github.com/firebolt-db/firebolt-ingest/pull/45
* ci: Notify on nightly failures by ptiurin in https://github.com/firebolt-db/firebolt-ingest/pull/46
* test: fix column names by ptiurin in https://github.com/firebolt-db/firebolt-ingest/pull/47
* ci: Add test monitoring by ptiurin in https://github.com/firebolt-db/firebolt-ingest/pull/48
* ci: Using v1 tag for integration-testing-setup by ptiurin in https://github.com/firebolt-db/firebolt-ingest/pull/49
* ci: caching failed tests for re-run by RotemFB in https://github.com/firebolt-db/firebolt-ingest/pull/50
* fix(DATA-2136): added REAL, DECIMAL, NUMERIC by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/52
* fix(DATA-2146): if field type is not provided it sets to TEXT by default by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/53
* fix(DATA-2141): added "-" symbol to column name regex by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/54
* fix(DATA-2140): added ext_prefix and int_prefix for tables names by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/56
* fix(DATA-2138): commented raise_on_tables_non_compatibility because i… by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/55
* fix(DATA-2139): Add support of NULL/NOT NULL to external tables by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/57
* fix(DATA-2148): removed firebolt_dont_wait_for_upload_to_s3 flag beca… by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/58
* fix(DATA-2164): added fix for integration tests (broken because of co… by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/59
* fix(DATA-2182): added fix for connection for new sdk version 1.1.2 by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/62
* fix(DATA-2137): added support of new timestamps by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/60
* fix(DATA-2143): added sync_mode support in yaml config by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/63
* fix(DATA-2142): added s3_url as a setting in yaml by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/64
* fix(DATA-2145): added drop_internal_table/drop_external_table/drop_ta… by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/65
* fix(DATA-2144): changed set parameters as kwargs by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/66
* fix(DATA-2147): fixed issue with advanced params for Firebolt, added … by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/67
* fix(DATA-2239): changed object_pattern parameter from list of str to … by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/68
* fix(DATA-2209): added use_materialized_query option by obraginskaya in https://github.com/firebolt-db/firebolt-ingest/pull/69

New Contributors
* RotemFB made their first contribution in https://github.com/firebolt-db/firebolt-ingest/pull/50
* obraginskaya made their first contribution in https://github.com/firebolt-db/firebolt-ingest/pull/52

**Full Changelog**: https://github.com/firebolt-db/firebolt-ingest/compare/0.3.2...0.3.3

0.3.2

What's Changed
* ci: Add coverage badge by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/41
* fix: adapt teardown on integration tests by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/42
* build: Limit pydantic below 1.9 change flake8 link by ptiurin in https://github.com/firebolt-db/firebolt-ingest/pull/43
* ci: Fix action path by ptiurin in https://github.com/firebolt-db/firebolt-ingest/pull/44


**Full Changelog**: https://github.com/firebolt-db/firebolt-ingest/compare/0.3.1...0.3.2

0.3.1

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


**Full Changelog**: https://github.com/firebolt-db/firebolt-ingest/compare/0.3.0...0.3.1

0.3.0

What's Changed
* feat: add s3_url regex checker by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/31
* fix: column normalization also for actual columns by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/33
* fix: Fir 13056 better response for failed append by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/35
* feat: Implement aliasing and enable parquet grouping by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/36
* fix: refactor code and add unit tests by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/37
* feat: add advanced flags for ingestion by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/38


**Full Changelog**: https://github.com/firebolt-db/firebolt-ingest/compare/0.2.1...0.3.0

0.2.1

What's Changed
* fix: add type-related fixes by yuryfirebolt in https://github.com/firebolt-db/firebolt-ingest/pull/32


**Full Changelog**: https://github.com/firebolt-db/firebolt-ingest/compare/0.2.0...0.2.1

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.