@forzalabs/remora 1.2.8 → 1.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -163,6 +163,10 @@
163
163
  "type": "string",
164
164
  "description": "The column delimiter for CSV or TXT files if different from the default (,)."
165
165
  },
166
+ "disableHistory": {
167
+ "type": "boolean",
168
+ "description": "For Delta Share producers, skips sending the current table version in the query request body."
169
+ },
166
170
  "hasHeaderRow": {
167
171
  "type": "boolean",
168
172
  "description": "For TXT files, specifies whether the file has a header row containing column names. Defaults to true."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forzalabs/remora",
3
- "version": "1.2.8",
3
+ "version": "1.2.10",
4
4
  "description": "A powerful CLI tool for seamless data translation.",
5
5
  "main": "index.js",
6
6
  "private": false,