Skip to content

Adding AWS Glue connector code#33

Merged
vinitachaudhary merged 12 commits intoGoogleCloudPlatform:mainfrom
shubhampathakk:main
Feb 9, 2026
Merged

Adding AWS Glue connector code#33
vinitachaudhary merged 12 commits intoGoogleCloudPlatform:mainfrom
shubhampathakk:main

Conversation

@shubhampathakk
Copy link
Contributor

Added code for AWS Glue to Dataplex connector code

--description="Entry group for AWS Glue metadata" || echo "Entry Group might already exist."

# 2. Create Entry Types
ENTRY_TYPES=("aws-glue-database" "aws-glue-table" "aws-glue-view")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't the corresponding aspectTypes required, like aws-glue-database aspectType is required for aws-glue-database entryType? If so, you'll need to create the aspectTypes first and then use as required aspectTypes during entryType creation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes the order of creation of object was not correct for entryType, Thanks I have fixed it.

@vinitachaudhary vinitachaudhary merged commit 56cd6cb into GoogleCloudPlatform:main Feb 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants