When writing Parquet file in teradatamlspk, the file is stored in cloud storage or local platform.
PySpark
df.write.csv(specified_path)
teradatamlspk
df.write.options(authorization = {"Access_ID": id, "Access_Key": key}).csv(specified_path)
When writing Parquet file in teradatamlspk, the file is stored in cloud storage or local platform.
df.write.csv(specified_path)
df.write.options(authorization = {"Access_ID": id, "Access_Key": key}).csv(specified_path)