You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns a proper records, while calling Read Change Data Feed from a Table returns
ec2-user:~> curl http://localhost:8080/delta-sharing/shares/demos3select/schemas/school/tables/courses/changes?startingVersion=1&endingVersion=1
[1] 24330
ec2-user:~> {"errorCode":"INVALID_PARAMETER_VALUE","message":"Error getting change data for range [1, 2] as change data was not recorded for version [1]"}
[1]+ Done curl http://localhost:8080/delta-sharing/shares/demos3select/schemas/school/tables/courses/changes?startingVersion=1
Both DS 0.7.4 & DS 1.0.2 returns the same error.
I have attached delta table data below. Could you please check what went wrong here?
Thank you.
(By the way, where can I see the documentation on the yaml config file? Took me a good 5 minute to figure out what went wrong after updating DS 0.7.4 to 1.0.2. Turns out config name cdfEnabled was changed to historyShared)
DS server config:
# The format version of this config fileversion: 1# Config shares/schemas/tables to shareshares:
- name: "demos3select"schemas:
- name: "school"tables:
- name: "courses"location: "s3a://<s3_url>/delta_lake/poc/courses"id: "00000000-0000-0000-0000-000000000000"historyShared: true
Hello, I am working on a standalone Delta Sharing server with S3 storage ATM.
Below is the PySpark Script I've used to create & update table.
I have enabled CDF by
TBLPROPERTIES (delta.enableChangeDataFeed = true)
.And executing
returns a proper records, while calling
Read Change Data Feed from a Table
returnsBoth DS 0.7.4 & DS 1.0.2 returns the same error.
I have attached delta table data below. Could you please check what went wrong here?
Thank you.
(By the way, where can I see the documentation on the yaml config file? Took me a good 5 minute to figure out what went wrong after updating DS 0.7.4 to 1.0.2. Turns out config name
cdfEnabled
was changed tohistoryShared
)DS server config:
courses.zip
The text was updated successfully, but these errors were encountered: