Skip to content

Commit df3a34e

Browse files
updating readme for dataplex entryGroup, entryTypes and aspectTypes
1 parent 97f660f commit df3a34e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • managed-connectivity/community-contributed-connectors/aws-glue-connector

managed-connectivity/community-contributed-connectors/aws-glue-connector/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@ Once the metadata file has been generated, you can import it into Dataplex using
9292
"https://dataplex.googleapis.com/v1/projects/{project-id}/locations/{location}/metadataJobs?metadataJobId={job-id}"
9393
```
9494

95+
### Required Catalog Objects
96+
97+
Note before importing metadata, the Entry Group and all Entry Types and Aspect Types found in the metadata import file must exist in the target project and location. This connector requires the following Entry Group, Entry Types and Aspect Types:
98+
99+
| Catalog Object | IDs required by connector |
100+
| :--- | :--- |
101+
| **Entry Group** | Defined in `config.json` as `entry_group_id` |
102+
| **Entry Types** | `aws-glue-database`  `aws-glue-table`  `aws-glue-view` |
103+
| **Aspect Types** | `aws-glue-database`  `aws-glue-table`  `aws-glue-view`  `aws-lineage-aspect` |
104+
105+
See [manage entries and create custom sources](https://cloud.google.com/dataplex/docs/ingest-custom-sources) for instructions on creating Entry Groups, Entry Types, and Aspect Types.
106+
95107
## Metadata Extracted
96108

97109
The connector maps AWS Glue objects to Dataplex entries as follows:

0 commit comments

Comments
 (0)