All Content 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 up to 5 tags to filter
Sort by most recent
Came across the following useful documentation: https://docs.aws.amazon.com/prescriptive-guidance/latest/apache-iceberg-on-aws/best-practices-read.html#read-sort-order I have a large table where I...
1
answers
0
votes
30
views
Kai
asked 17 days ago
Hi everyone! I’ve been following this guide (https://aws.amazon.com/blogs/aws/simplify-custom-contact-center-insights-with-amazon-connect-analytics-data-lake/) to gather data from Amazon Connect and...
0
answers
0
votes
19
views
Haider
asked 19 days ago
Invoking a Glue Workflow from Step Functions, from wich i need to pass the Input State Step Function ASL: ``` "StartGlueWorkflow": { "Type": "Task", "Resource":...
0
answers
0
votes
28
views
asked 19 days ago
Hello, I am trying to connect the AWS Glue to Redshift, but instead it is failing to connect. See the logs below for more information. I am not wiser from these...
2
answers
0
votes
34
views
pbocan
asked 20 days ago
Hello, we are facing a very odd issue with AWS Glue. When we run AWS Glue Crawler against the RDS Postgres v14 we get very vague error logs from CloudWatch (see below). Now, admittedly the schema is...
1
answers
0
votes
43
views
pbocan
asked 20 days ago
Hi, I have an RDS postgres db that i want to crawl using aws glue, i already set up the glue crawler job and the glue connection. But i'm currently getting this error on executing the crawler...
1
answers
0
votes
31
views
asked 21 days ago
This code is working for some of the assets in datazone but giving error for some assets, Do I need to change code for according to the asset type? or what can I change to fix the error? Content = ...
1
answers
0
votes
35
views
Harsh
asked 22 days ago
I get this Error when run Glue ETL job: `Error Category: RESOURCE_NOT_FOUND_ERROR; An error occurred while calling o228.pyWriteDynamicFrame....
1
answers
0
votes
33
views
asked 23 days ago
* **Glue version**: 4.0 * **the Python codes that occurs the error:** ``` df.select([col(c).cast("string") for c in df.columns]).repartition(1).write.mode('overwrite').option('header',...
1
answers
0
votes
39
views
Chahin
asked a month ago
I have a crawler that I'm trying to have extract headers and data from a CSV file. When I run the crawler and then use Athena to query the table it returns the no data. It seems to only extract the...
1
answers
0
votes
51
views
asked a month ago
Invoking a Glue Workflow from Step Functions got the following error when deploying Cloudformation: ``` Resource handler returned message: "Invalid State Machine Definition:...
2
answers
0
votes
58
views
asked a month ago
I have 4 csvs that have same columns and I am able to crawl them as 1 data table. the issue I am facing is even after adding areColumnsQuoted = true I am seeing each column value enclosed with double...
Accepted AnswerAmazon AthenaAWS Glue
1
answers
0
votes
104
views
akash
asked a month ago