Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
Questions tagged with AWS Glue
AWS Glue is a serverless data integration service that makes it easy to discover, prepare, and combine data for analytics, machine learning, and application development.
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1919 results
I'm encountering an issue while querying an Iceberg table in Athena. The table schema is successfully detected in the Glue Catalog, and the Glue crawler runs without errors. However, when attempting t...
I am trying to use the Glue table optimization feature that you find in the Glue console -> Go into any table -> "Enable optimization". The process asks you for an IAM role, for which I created a role...
The network interface was created by AWSGlueServiceRole-redshift and we've confirmed that no active Glue jobs or Redshift integrations are using it. But it won't let me delete it. How can I resolve th...
Dear AWS Support,
We are planning to set up an AWS account for demo and evaluation purposes.
We intend to use the following services:
EC2
AWS Glue
Amazon S3
Amazon Redshift
Could you please clarify:
W...
We are utilizing AWS Glue as our ETL engine to transfer data from on-premises and cloud databases to an S3 bucket. Currently, we have a Lambda function that triggers a Glue job, but each time we invok...
Hi, we've run into a very peculiar issue with the Athena JDBC driver; in brief some queries fail with the following error only when executed via the JDBC driver (latest version, 3.5.0 at time of writi...
I'm attempting to create a **resource-linked database** in **AWS Lake Formation** that targets a database in a **shared Glue catalog** (`s3tablescatalog/my-bucket`). However, I'm encountering issues w...
I'm using **Amazon Kinesis Data Firehose** to deliver streaming data into an **Apache Iceberg table** registered in the **AWS Glue Data Catalog**, which is part of a non-default catalog (`s3tablescata...
I created an iceberg table using Apache XTable by translating hudi metadata. The catalog sync worked and when I do `SELECT * FROM table_name_iceberg`, I can see results as expected. But the `SHOW CREA...
Error Category: UNCLASSIFIED_ERROR; Failed Line Number: 245; An error occurred while calling o147.sql. Insufficient LF permission(s) on chorus (Service: Glue, Status Code: 400, Request ID: 0054e9fa-5d...
Hello,
I have configured an **Amazon Kinesis Data Firehose** delivery stream to deliver data directly into an **Apache Iceberg table**, using the **Direct PUT** method. The destination is set as an I...
Hi Everyone
I have multiple xml files and I'm leveraging glue job to parse those xml and convert into table that I can use it later on. I tried creating grok classifier and xml classifier but someho...