cancel
Showing results for 
Search instead for 
Did you mean: 
eric-cordeiro
New Contributor II
since ‎10-03-2023
‎11-24-2023

User Stats

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I'm trying to write a table in AWS Redshift using the following code:try:    (df_source.write        .format("redshift")        .option("dbtable", f"{redshift_schema}.{table_name}")        .option("tempdir", tempdir)        .option("url", url)       ...
I have a workspace deployed in AWS and need to read some secrets from AWS Secrets Manager in my notebook. I'm aware that there is no default process similar to Azure Key Vault, however I know that we can try to access it using boto3, but I'm stuck at...
Kudos from
Kudos given to