Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
drizk1 committed Jun 28, 2024
1 parent 6b963b5 commit c8fc46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## v0.2.1 - 2024-06-27
- Adds support for Databricks SQL Rest API
- Add docs for Databricks use
- Fixes float/int type issue in when Snowflake collects to dataframe
- Adds docs for Databricks use
- Fixes float/int type conversion when Snowflake collects to dataframe

## v0.2.1 - 2024-06-21
- `@collect` bug fix
Expand Down

2 comments on commit c8fc46a

@drizk1
Copy link
Member Author

@drizk1 drizk1 commented on c8fc46a Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • adds support for Databricks backend for querying and connect
  • adds documentation for connecting and using databricks
  • fixes type conversion issue when collecting to dataframe from Snowflake

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/109997

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" c8fc46a23009f4bf3677843f3c79cf2af795531c
git push origin v0.2.2

Please sign in to comment.