Skip to content

Commit

Permalink
[DOP-16941] Add example for onETL
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 1, 2024
1 parent d27d8a8 commit 5d72653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using_the_dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ClickhouseDialectRegistry.register()

// now Spark can properly handle some Clickhouse types during read & write
df = spark.read.jdbc.options(...).load()
df.write.jdbc.options(...).saveAsTable("anothertable")
df.write.jdbc.options(...).save()
```

### Using Spark Submit
Expand Down

0 comments on commit 5d72653

Please sign in to comment.