Member since
03-01-2021
385
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
662 | 10-06-2023 06:36 AM | |
6664 | 06-22-2023 06:24 AM |
08-09-2024
12:33 PM
I did as suggested by colleague @SAMSAL. I saved column by column, until I discovered that I had corrupted data. I had a data where the year was like "1111". As I had little experience, it was difficult to spot possible errors. Thank you everyone, especially my colleague @dianaDianaTorres
... View more
10-06-2023
06:36 AM
1 Kudo
You can check this CDP API references docs . https://docs.cloudera.com/cdp-public-cloud/cloud/api/topics/mc-api-overview.html#mc-api-overview Specific to Datahub : https://cloudera.github.io/cdp-dev-docs/api-docs/datahub/index.html#_healthcheck If this answers your query, please accept this post as Solution.
... View more
06-23-2023
01:23 AM
Thank you @haridjh ! It worked! I am even further confused because the underlying parquet file is already partitioned. But when inserting a repartition() the code works!
... View more