Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaume Sanjuan committed Oct 7, 2024
1 parent 17494cb commit 3fc70ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## New version
- Allow to load big seed files
- Added configuration property to allow spark casting of seed column types

## v1.8.6
- Fix session provisioning timeout and delay handling
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ The table below describes all the options.
| glue_session_reuse | re-use the glue-session to run multiple dbt run commands: If set to true, the glue session will not be closed for re-use. If set to false, the session will be closed. The glue session will close after idle_timeout time is expired after idle_timeout time | no |
| datalake_formats | The ACID datalake format that you want to use if you are doing merge, can be `hudi`, `ìceberg` or `delta` |no|
| use_arrow | (experimental) use an arrow file instead of stdout to have better scalability. |no|
| enable_spark_seed_casting | Allows spark to cast the columns depending on the specified model column types. Default `False`. |no|

## Configs

Expand Down

0 comments on commit 3fc70ee

Please sign in to comment.