skip to Main Content

AWS CLI providing of a param as escaped JSON fails when referenced as a variable – Amazon Web Sevices

I'm a little bit desperate to automate the AVRO schema registration for AWS Glue Schema Registry. According to the official documentation (https://docs.aws.amazon.com/glue/latest/dg/schema-registry-gs.html#schema-registry-gs4) to register a new AVRO schema following command must be executed: aws glue create-schema --registry-id RegistryName="my-registry-name" --schema-name testschema…

VIEW QUESTION

Read Json in Pyspark

I want to read a JSON file in PySpark, but the JSON file is in this format (without comma and square brackets): {"id": 1, "name": "jhon"} {"id": 2, "name": "bryan"} {"id": 3, "name": "jane"} Is there an easy way to…

VIEW QUESTION
Back To Top
Search