I am trying to create a Glue Job with Pulumi, but ...
# aws
i
I am trying to create a Glue Job with Pulumi, but for some reason a few of the
defaultArguments
are missing, these two:
Copy code
'--datalake-formats': 'delta',
'--conf': 'spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension --conf spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog',
Does anyone know why?