- 3840 Views
- 4 replies
- 2 kudos
Hi Team,The issue - Data lineage graph is not working (16-feb, 17-18 Feb) – I created the below tables but when I click the lineage graph not able to see the upstream or downstream table .... the + sign goes away after a few sec but not able to clic...
- 3840 Views
- 4 replies
- 2 kudos
Latest Reply
Sikki
New Contributor III
Hi Kaniz,We're encountering the same issue where the lineage is not getting populated for a few tables. Could you let us know if a fix has been implemented in any runtime?"We are uaing job cluster 12.2.x .
3 More Replies
- 4775 Views
- 1 replies
- 0 kudos
I am trying to lowercase one of the columns(A_description) of a dataframe(df) and getting the error-"'Column' object is not callable".Code: def new_desc(): for line in df: line = df['A_description'].map(str.lower) return line new_desc()Have used...
- 4775 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Himadri Verma Hope this below suggestion will help you in pyspark.Please let me know if you are looking for something elseHappy Learning!!
- 1712 Views
- 2 replies
- 0 kudos
I am reading 23 gb multi line json file and flattening it using udf and writing datframe as parquet using psypark.Cluster I am using is 3 node (8 core) 64gb memory with limit to go upto 8 nodes.I am able to process 7gb file with no issue and takes ar...
- 1712 Views
- 2 replies
- 0 kudos
Latest Reply
Hi @Ravi Dobariya Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you.Than...
1 More Replies