Skip to content

Commit

Permalink
fix: remove token from required
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar-rudder committed Feb 26, 2025
1 parent ced7305 commit a7353d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configurations/destinations/deltalake/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"required": ["host", "port", "path", "token", "syncFrequency", "bucketProvider"],
"required": ["host", "port", "path", "syncFrequency", "bucketProvider"],
"properties": {
"host": {
"type": "string",
Expand Down

0 comments on commit a7353d7

Please sign in to comment.