Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chikamura committed May 20, 2024
1 parent 5a609bc commit 317fc7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Databricks output plugin for Embulk loads records to Databricks Delta Table.

## Note

This plugin also does not support TIMESTAMP_NTZ、INTERVAL types, if target tables contain these types, embulk will raise a runtime error.
This plugin does not support TIMESTAMP_NTZ、INTERVAL types, if target tables contain these types, embulk will raise a runtime error.
(Because [The official Databricks JDBC driver does not support TIMESTAMP_NTZ、INTERVAL types](https://docs.databricks.com/en/sql/language-manual/data-types/timestamp-ntz-type.html#notes).)

This plugin converts empty string input to null output. If you want to empty string output, you can use continuous double quote string ("").
Expand All @@ -74,4 +74,4 @@ $ ./gradlew gem # -t to watch change of files and rebuild continuously

## TEST

$ EMBULK_OUTPUT_DATABRICKS_TEST_CONFIG="example/test.yml" ./gradlew test # Create exxample/test.yml based on example/test.yml.example
$ EMBULK_OUTPUT_DATABRICKS_TEST_CONFIG="example/test.yml" ./gradlew test # Create example/test.yml based on example/test.yml.example
2 changes: 2 additions & 0 deletions example/test.yml.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# The catalog_name and schema_name must be created in advance.

server_hostname:
http_path:
personal_access_token:
Expand Down

0 comments on commit 317fc7e

Please sign in to comment.