/AWS1/CL_GLUCODEGENCONFNODE¶
CodeGenConfigurationNode enumerates all valid Node types. One and only one of its member variables can be populated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_athenaconnectorsource TYPE REF TO /AWS1/CL_GLUATHENACNCTORSOURCE /AWS1/CL_GLUATHENACNCTORSOURCE¶
Specifies a connector to an Amazon Athena data source.
io_jdbcconnectorsource TYPE REF TO /AWS1/CL_GLUJDBCCNCTORSOURCE /AWS1/CL_GLUJDBCCNCTORSOURCE¶
Specifies a connector to a JDBC data source.
io_sparkconnectorsource TYPE REF TO /AWS1/CL_GLUSPARKCNCTORSOURCE /AWS1/CL_GLUSPARKCNCTORSOURCE¶
Specifies a connector to an Apache Spark data source.
io_catalogsource TYPE REF TO /AWS1/CL_GLUCATALOGSOURCE /AWS1/CL_GLUCATALOGSOURCE¶
Specifies a data store in the Glue Data Catalog.
io_redshiftsource TYPE REF TO /AWS1/CL_GLUREDSHIFTSOURCE /AWS1/CL_GLUREDSHIFTSOURCE¶
Specifies an Amazon Redshift data store.
io_s3catalogsource TYPE REF TO /AWS1/CL_GLUS3CATALOGSOURCE /AWS1/CL_GLUS3CATALOGSOURCE¶
Specifies an Amazon S3 data store in the Glue Data Catalog.
io_s3csvsource TYPE REF TO /AWS1/CL_GLUS3CSVSOURCE /AWS1/CL_GLUS3CSVSOURCE¶
Specifies a command-separated value (CSV) data store stored in Amazon S3.
io_s3jsonsource TYPE REF TO /AWS1/CL_GLUS3JSONSOURCE /AWS1/CL_GLUS3JSONSOURCE¶
Specifies a JSON data store stored in Amazon S3.
io_s3parquetsource TYPE REF TO /AWS1/CL_GLUS3PARQUETSOURCE /AWS1/CL_GLUS3PARQUETSOURCE¶
Specifies an Apache Parquet data store stored in Amazon S3.
io_relationalcatalogsource TYPE REF TO /AWS1/CL_GLURELATIONALCATALO00 /AWS1/CL_GLURELATIONALCATALO00¶
Specifies a relational catalog data store in the Glue Data Catalog.
io_dynamodbcatalogsource TYPE REF TO /AWS1/CL_GLUDYNAMODBCATALOGSRC /AWS1/CL_GLUDYNAMODBCATALOGSRC¶
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
io_jdbcconnectortarget TYPE REF TO /AWS1/CL_GLUJDBCCNCTORTARGET /AWS1/CL_GLUJDBCCNCTORTARGET¶
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
io_sparkconnectortarget TYPE REF TO /AWS1/CL_GLUSPARKCNCTORTARGET /AWS1/CL_GLUSPARKCNCTORTARGET¶
Specifies a target that uses an Apache Spark connector.
io_catalogtarget TYPE REF TO /AWS1/CL_GLUBASICCATALOGTARGET /AWS1/CL_GLUBASICCATALOGTARGET¶
Specifies a target that uses a Glue Data Catalog table.
io_redshifttarget TYPE REF TO /AWS1/CL_GLUREDSHIFTTARGET /AWS1/CL_GLUREDSHIFTTARGET¶
Specifies a target that uses Amazon Redshift.
io_s3catalogtarget TYPE REF TO /AWS1/CL_GLUS3CATALOGTARGET /AWS1/CL_GLUS3CATALOGTARGET¶
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
io_s3glueparquettarget TYPE REF TO /AWS1/CL_GLUS3GLUEPARQUETTGT /AWS1/CL_GLUS3GLUEPARQUETTGT¶
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
io_s3directtarget TYPE REF TO /AWS1/CL_GLUS3DIRECTTARGET /AWS1/CL_GLUS3DIRECTTARGET¶
Specifies a data target that writes to Amazon S3.
io_applymapping TYPE REF TO /AWS1/CL_GLUAPPLYMAPPING /AWS1/CL_GLUAPPLYMAPPING¶
Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.
io_selectfields TYPE REF TO /AWS1/CL_GLUSELECTFIELDS /AWS1/CL_GLUSELECTFIELDS¶
Specifies a transform that chooses the data property keys that you want to keep.
io_dropfields TYPE REF TO /AWS1/CL_GLUDROPFIELDS /AWS1/CL_GLUDROPFIELDS¶
Specifies a transform that chooses the data property keys that you want to drop.
io_renamefield TYPE REF TO /AWS1/CL_GLURENAMEFIELD /AWS1/CL_GLURENAMEFIELD¶
Specifies a transform that renames a single data property key.
io_spigot TYPE REF TO /AWS1/CL_GLUSPIGOT /AWS1/CL_GLUSPIGOT¶
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
io_join TYPE REF TO /AWS1/CL_GLUJOIN /AWS1/CL_GLUJOIN¶
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.
io_splitfields TYPE REF TO /AWS1/CL_GLUSPLITFIELDS /AWS1/CL_GLUSPLITFIELDS¶
Specifies a transform that splits data property keys into two
DynamicFrames. The output is a collection ofDynamicFrames: one with selected data property keys, and one with the remaining data property keys.
io_selectfromcollection TYPE REF TO /AWS1/CL_GLUSELECTFROMCOLL /AWS1/CL_GLUSELECTFROMCOLL¶
Specifies a transform that chooses one
DynamicFramefrom a collection ofDynamicFrames. The output is the selectedDynamicFrame
io_fillmissingvalues TYPE REF TO /AWS1/CL_GLUFILLMISSINGVALUES /AWS1/CL_GLUFILLMISSINGVALUES¶
Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.
io_filter TYPE REF TO /AWS1/CL_GLUFILTER /AWS1/CL_GLUFILTER¶
Specifies a transform that splits a dataset into two, based on a filter condition.
io_customcode TYPE REF TO /AWS1/CL_GLUCUSTOMCODE /AWS1/CL_GLUCUSTOMCODE¶
Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
io_sparksql TYPE REF TO /AWS1/CL_GLUSPARKSQL /AWS1/CL_GLUSPARKSQL¶
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single
DynamicFrame.
io_directkinesissource TYPE REF TO /AWS1/CL_GLUDIRECTKINESISSRC /AWS1/CL_GLUDIRECTKINESISSRC¶
Specifies a direct Amazon Kinesis data source.
io_directkafkasource TYPE REF TO /AWS1/CL_GLUDIRECTKAFKASOURCE /AWS1/CL_GLUDIRECTKAFKASOURCE¶
Specifies an Apache Kafka data store.
io_catalogkinesissource TYPE REF TO /AWS1/CL_GLUCATALOGKINESISSRC /AWS1/CL_GLUCATALOGKINESISSRC¶
Specifies a Kinesis data source in the Glue Data Catalog.
io_catalogkafkasource TYPE REF TO /AWS1/CL_GLUCATALOGKAFKASOURCE /AWS1/CL_GLUCATALOGKAFKASOURCE¶
Specifies an Apache Kafka data store in the Data Catalog.
io_dropnullfields TYPE REF TO /AWS1/CL_GLUDROPNULLFIELDS /AWS1/CL_GLUDROPNULLFIELDS¶
Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.
io_merge TYPE REF TO /AWS1/CL_GLUMERGE /AWS1/CL_GLUMERGE¶
Specifies a transform that merges a
DynamicFramewith a stagingDynamicFramebased on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.
io_union TYPE REF TO /AWS1/CL_GLUUNION /AWS1/CL_GLUUNION¶
Specifies a transform that combines the rows from two or more datasets into a single result.
io_piidetection TYPE REF TO /AWS1/CL_GLUPIIDETECTION /AWS1/CL_GLUPIIDETECTION¶
Specifies a transform that identifies, removes or masks PII data.
io_aggregate TYPE REF TO /AWS1/CL_GLUAGGREGATE /AWS1/CL_GLUAGGREGATE¶
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
io_dropduplicates TYPE REF TO /AWS1/CL_GLUDROPDUPLICATES /AWS1/CL_GLUDROPDUPLICATES¶
Specifies a transform that removes rows of repeating data from a data set.
io_governedcatalogtarget TYPE REF TO /AWS1/CL_GLUGOVERNEDCATALOGTGT /AWS1/CL_GLUGOVERNEDCATALOGTGT¶
Specifies a data target that writes to a goverened catalog.
io_governedcatalogsource TYPE REF TO /AWS1/CL_GLUGOVERNEDCATALOGSRC /AWS1/CL_GLUGOVERNEDCATALOGSRC¶
Specifies a data source in a goverened Data Catalog.
io_microsoftsqlservercatal00 TYPE REF TO /AWS1/CL_GLUMICROSOFTSQLSERV00 /AWS1/CL_GLUMICROSOFTSQLSERV00¶
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
io_mysqlcatalogsource TYPE REF TO /AWS1/CL_GLUMYSQLCATALOGSOURCE /AWS1/CL_GLUMYSQLCATALOGSOURCE¶
Specifies a MySQL data source in the Glue Data Catalog.
io_oraclesqlcatalogsource TYPE REF TO /AWS1/CL_GLUORACLESQLCATALOG00 /AWS1/CL_GLUORACLESQLCATALOG00¶
Specifies an Oracle data source in the Glue Data Catalog.
io_postgresqlcatalogsource TYPE REF TO /AWS1/CL_GLUPOSTGRESQLCATALO00 /AWS1/CL_GLUPOSTGRESQLCATALO00¶
Specifies a PostgresSQL data source in the Glue Data Catalog.
io_microsoftsqlservercatal01 TYPE REF TO /AWS1/CL_GLUMICROSOFTSQLSERV01 /AWS1/CL_GLUMICROSOFTSQLSERV01¶
Specifies a target that uses Microsoft SQL.
io_mysqlcatalogtarget TYPE REF TO /AWS1/CL_GLUMYSQLCATALOGTARGET /AWS1/CL_GLUMYSQLCATALOGTARGET¶
Specifies a target that uses MySQL.
io_oraclesqlcatalogtarget TYPE REF TO /AWS1/CL_GLUORACLESQLCATALOG01 /AWS1/CL_GLUORACLESQLCATALOG01¶
Specifies a target that uses Oracle SQL.
io_postgresqlcatalogtarget TYPE REF TO /AWS1/CL_GLUPOSTGRESQLCATALO01 /AWS1/CL_GLUPOSTGRESQLCATALO01¶
Specifies a target that uses Postgres SQL.
io_route TYPE REF TO /AWS1/CL_GLUROUTE /AWS1/CL_GLUROUTE¶
Specifies a route node that directs data to different output paths based on defined filtering conditions.
io_dynamictransform TYPE REF TO /AWS1/CL_GLUDYNAMICTRANSFORM /AWS1/CL_GLUDYNAMICTRANSFORM¶
Specifies a custom visual transform created by a user.
io_evaluatedataquality TYPE REF TO /AWS1/CL_GLUEVALUATEDATAQUAL00 /AWS1/CL_GLUEVALUATEDATAQUAL00¶
Specifies your data quality evaluation criteria.
io_s3cataloghudisource TYPE REF TO /AWS1/CL_GLUS3CATALOGHUDISRC /AWS1/CL_GLUS3CATALOGHUDISRC¶
Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
io_cataloghudisource TYPE REF TO /AWS1/CL_GLUCATALOGHUDISOURCE /AWS1/CL_GLUCATALOGHUDISOURCE¶
Specifies a Hudi data source that is registered in the Glue Data Catalog.
io_s3hudisource TYPE REF TO /AWS1/CL_GLUS3HUDISOURCE /AWS1/CL_GLUS3HUDISOURCE¶
Specifies a Hudi data source stored in Amazon S3.
io_s3hudicatalogtarget TYPE REF TO /AWS1/CL_GLUS3HUDICATALOGTGT /AWS1/CL_GLUS3HUDICATALOGTGT¶
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
io_s3hudidirecttarget TYPE REF TO /AWS1/CL_GLUS3HUDIDIRECTTARGET /AWS1/CL_GLUS3HUDIDIRECTTARGET¶
Specifies a target that writes to a Hudi data source in Amazon S3.
io_directjdbcsource TYPE REF TO /AWS1/CL_GLUDIRECTJDBCSOURCE /AWS1/CL_GLUDIRECTJDBCSOURCE¶
DirectJDBCSource
io_s3catalogdeltasource TYPE REF TO /AWS1/CL_GLUS3CATALOGDELTASRC /AWS1/CL_GLUS3CATALOGDELTASRC¶
Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
io_catalogdeltasource TYPE REF TO /AWS1/CL_GLUCATALOGDELTASOURCE /AWS1/CL_GLUCATALOGDELTASOURCE¶
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
io_s3deltasource TYPE REF TO /AWS1/CL_GLUS3DELTASOURCE /AWS1/CL_GLUS3DELTASOURCE¶
Specifies a Delta Lake data source stored in Amazon S3.
io_s3deltacatalogtarget TYPE REF TO /AWS1/CL_GLUS3DELTACATALOGTGT /AWS1/CL_GLUS3DELTACATALOGTGT¶
Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.
io_s3deltadirecttarget TYPE REF TO /AWS1/CL_GLUS3DELTADIRECTTGT /AWS1/CL_GLUS3DELTADIRECTTGT¶
Specifies a target that writes to a Delta Lake data source in Amazon S3.
io_amazonredshiftsource TYPE REF TO /AWS1/CL_GLUAMAZONREDSOURCE /AWS1/CL_GLUAMAZONREDSOURCE¶
Specifies a target that writes to a data source in Amazon Redshift.
io_amazonredshifttarget TYPE REF TO /AWS1/CL_GLUAMAZONREDTARGET /AWS1/CL_GLUAMAZONREDTARGET¶
Specifies a target that writes to a data target in Amazon Redshift.
io_evaluatedataqualitymult00 TYPE REF TO /AWS1/CL_GLUEVALUATEDATAQUAL01 /AWS1/CL_GLUEVALUATEDATAQUAL01¶
Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.
io_recipe TYPE REF TO /AWS1/CL_GLURECIPE /AWS1/CL_GLURECIPE¶
Specifies a Glue DataBrew recipe node.
io_snowflakesource TYPE REF TO /AWS1/CL_GLUSNOWFLAKESOURCE /AWS1/CL_GLUSNOWFLAKESOURCE¶
Specifies a Snowflake data source.
io_snowflaketarget TYPE REF TO /AWS1/CL_GLUSNOWFLAKETARGET /AWS1/CL_GLUSNOWFLAKETARGET¶
Specifies a target that writes to a Snowflake data source.
io_connectordatasource TYPE REF TO /AWS1/CL_GLUCNCTORDATASOURCE /AWS1/CL_GLUCNCTORDATASOURCE¶
Specifies a source generated with standard connection options.
io_connectordatatarget TYPE REF TO /AWS1/CL_GLUCNCTORDATATARGET /AWS1/CL_GLUCNCTORDATATARGET¶
Specifies a target generated with standard connection options.
io_s3catalogicebergsource TYPE REF TO /AWS1/CL_GLUS3CATALOGICEBERG00 /AWS1/CL_GLUS3CATALOGICEBERG00¶
Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog. The Iceberg data source must be stored in Amazon S3.
io_catalogicebergsource TYPE REF TO /AWS1/CL_GLUCATALOGICEBERGSRC /AWS1/CL_GLUCATALOGICEBERGSRC¶
Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog.
io_s3icebergcatalogtarget TYPE REF TO /AWS1/CL_GLUS3ICEBERGCATALOG00 /AWS1/CL_GLUS3ICEBERGCATALOG00¶
Specifies an Apache Iceberg catalog target that writes data to Amazon S3 and registers the table in the Glue Data Catalog.
io_s3icebergdirecttarget TYPE REF TO /AWS1/CL_GLUS3ICEBERGDIRECTTGT /AWS1/CL_GLUS3ICEBERGDIRECTTGT¶
Defines configuration parameters for writing data to Amazon S3 as an Apache Iceberg table.
io_s3excelsource TYPE REF TO /AWS1/CL_GLUS3EXCELSOURCE /AWS1/CL_GLUS3EXCELSOURCE¶
Defines configuration parameters for reading Excel files from Amazon S3.
io_s3hyperdirecttarget TYPE REF TO /AWS1/CL_GLUS3HYPERDIRECTTGT /AWS1/CL_GLUS3HYPERDIRECTTGT¶
Defines configuration parameters for writing data to Amazon S3 using HyperDirect optimization.
io_dynamodbeltcnctorsource TYPE REF TO /AWS1/CL_GLUDYNAMODBELTCNCTO00 /AWS1/CL_GLUDYNAMODBELTCNCTO00¶
Specifies a DynamoDB ELT connector source for extracting data from DynamoDB tables.
Queryable Attributes¶
AthenaConnectorSource¶
Specifies a connector to an Amazon Athena data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATHENACONNECTORSOURCE() |
Getter for ATHENACONNECTORSOURCE |
JDBCConnectorSource¶
Specifies a connector to a JDBC data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JDBCCONNECTORSOURCE() |
Getter for JDBCCONNECTORSOURCE |
SparkConnectorSource¶
Specifies a connector to an Apache Spark data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPARKCONNECTORSOURCE() |
Getter for SPARKCONNECTORSOURCE |
CatalogSource¶
Specifies a data store in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGSOURCE() |
Getter for CATALOGSOURCE |
RedshiftSource¶
Specifies an Amazon Redshift data store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDSHIFTSOURCE() |
Getter for REDSHIFTSOURCE |
S3CatalogSource¶
Specifies an Amazon S3 data store in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CATALOGSOURCE() |
Getter for S3CATALOGSOURCE |
S3CsvSource¶
Specifies a command-separated value (CSV) data store stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CSVSOURCE() |
Getter for S3CSVSOURCE |
S3JsonSource¶
Specifies a JSON data store stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3JSONSOURCE() |
Getter for S3JSONSOURCE |
S3ParquetSource¶
Specifies an Apache Parquet data store stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3PARQUETSOURCE() |
Getter for S3PARQUETSOURCE |
RelationalCatalogSource¶
Specifies a relational catalog data store in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATIONALCATALOGSOURCE() |
Getter for RELATIONALCATALOGSOURCE |
DynamoDBCatalogSource¶
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMODBCATALOGSOURCE() |
Getter for DYNAMODBCATALOGSOURCE |
JDBCConnectorTarget¶
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JDBCCONNECTORTARGET() |
Getter for JDBCCONNECTORTARGET |
SparkConnectorTarget¶
Specifies a target that uses an Apache Spark connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPARKCONNECTORTARGET() |
Getter for SPARKCONNECTORTARGET |
CatalogTarget¶
Specifies a target that uses a Glue Data Catalog table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGTARGET() |
Getter for CATALOGTARGET |
RedshiftTarget¶
Specifies a target that uses Amazon Redshift.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDSHIFTTARGET() |
Getter for REDSHIFTTARGET |
S3CatalogTarget¶
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CATALOGTARGET() |
Getter for S3CATALOGTARGET |
S3GlueParquetTarget¶
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3GLUEPARQUETTARGET() |
Getter for S3GLUEPARQUETTARGET |
S3DirectTarget¶
Specifies a data target that writes to Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DIRECTTARGET() |
Getter for S3DIRECTTARGET |
ApplyMapping¶
Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLYMAPPING() |
Getter for APPLYMAPPING |
SelectFields¶
Specifies a transform that chooses the data property keys that you want to keep.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTFIELDS() |
Getter for SELECTFIELDS |
DropFields¶
Specifies a transform that chooses the data property keys that you want to drop.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DROPFIELDS() |
Getter for DROPFIELDS |
RenameField¶
Specifies a transform that renames a single data property key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENAMEFIELD() |
Getter for RENAMEFIELD |
Spigot¶
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPIGOT() |
Getter for SPIGOT |
Join¶
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOIN() |
Getter for JOIN |
SplitFields¶
Specifies a transform that splits data property keys into two
DynamicFrames. The output is a collection ofDynamicFrames: one with selected data property keys, and one with the remaining data property keys.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPLITFIELDS() |
Getter for SPLITFIELDS |
SelectFromCollection¶
Specifies a transform that chooses one
DynamicFramefrom a collection ofDynamicFrames. The output is the selectedDynamicFrame
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTFROMCOLLECTION() |
Getter for SELECTFROMCOLLECTION |
FillMissingValues¶
Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILLMISSINGVALUES() |
Getter for FILLMISSINGVALUES |
Filter¶
Specifies a transform that splits a dataset into two, based on a filter condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTER() |
Getter for FILTER |
CustomCode¶
Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMCODE() |
Getter for CUSTOMCODE |
SparkSQL¶
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single
DynamicFrame.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPARKSQL() |
Getter for SPARKSQL |
DirectKinesisSource¶
Specifies a direct Amazon Kinesis data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTKINESISSOURCE() |
Getter for DIRECTKINESISSOURCE |
DirectKafkaSource¶
Specifies an Apache Kafka data store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTKAFKASOURCE() |
Getter for DIRECTKAFKASOURCE |
CatalogKinesisSource¶
Specifies a Kinesis data source in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGKINESISSOURCE() |
Getter for CATALOGKINESISSOURCE |
CatalogKafkaSource¶
Specifies an Apache Kafka data store in the Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGKAFKASOURCE() |
Getter for CATALOGKAFKASOURCE |
DropNullFields¶
Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DROPNULLFIELDS() |
Getter for DROPNULLFIELDS |
Merge¶
Specifies a transform that merges a
DynamicFramewith a stagingDynamicFramebased on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MERGE() |
Getter for MERGE |
Union¶
Specifies a transform that combines the rows from two or more datasets into a single result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNION() |
Getter for UNION |
PIIDetection¶
Specifies a transform that identifies, removes or masks PII data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIIDETECTION() |
Getter for PIIDETECTION |
Aggregate¶
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATE() |
Getter for AGGREGATE |
DropDuplicates¶
Specifies a transform that removes rows of repeating data from a data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DROPDUPLICATES() |
Getter for DROPDUPLICATES |
GovernedCatalogTarget¶
Specifies a data target that writes to a goverened catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GOVERNEDCATALOGTARGET() |
Getter for GOVERNEDCATALOGTARGET |
GovernedCatalogSource¶
Specifies a data source in a goverened Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GOVERNEDCATALOGSOURCE() |
Getter for GOVERNEDCATALOGSOURCE |
MicrosoftSQLServerCatalogSource¶
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MICROSOFTSQLSERVERCATA00() |
Getter for MICROSOFTSQLSERVERCATALOGSRC |
MySQLCatalogSource¶
Specifies a MySQL data source in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MYSQLCATALOGSOURCE() |
Getter for MYSQLCATALOGSOURCE |
OracleSQLCatalogSource¶
Specifies an Oracle data source in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORACLESQLCATALOGSOURCE() |
Getter for ORACLESQLCATALOGSOURCE |
PostgreSQLCatalogSource¶
Specifies a PostgresSQL data source in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTGRESQLCATALOGSOURCE() |
Getter for POSTGRESQLCATALOGSOURCE |
MicrosoftSQLServerCatalogTarget¶
Specifies a target that uses Microsoft SQL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MICROSOFTSQLSERVERCATA01() |
Getter for MICROSOFTSQLSERVERCATALOGTGT |
MySQLCatalogTarget¶
Specifies a target that uses MySQL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MYSQLCATALOGTARGET() |
Getter for MYSQLCATALOGTARGET |
OracleSQLCatalogTarget¶
Specifies a target that uses Oracle SQL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORACLESQLCATALOGTARGET() |
Getter for ORACLESQLCATALOGTARGET |
PostgreSQLCatalogTarget¶
Specifies a target that uses Postgres SQL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTGRESQLCATALOGTARGET() |
Getter for POSTGRESQLCATALOGTARGET |
Route¶
Specifies a route node that directs data to different output paths based on defined filtering conditions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTE() |
Getter for ROUTE |
DynamicTransform¶
Specifies a custom visual transform created by a user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMICTRANSFORM() |
Getter for DYNAMICTRANSFORM |
EvaluateDataQuality¶
Specifies your data quality evaluation criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATEDATAQUALITY() |
Getter for EVALUATEDATAQUALITY |
S3CatalogHudiSource¶
Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CATALOGHUDISOURCE() |
Getter for S3CATALOGHUDISOURCE |
CatalogHudiSource¶
Specifies a Hudi data source that is registered in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGHUDISOURCE() |
Getter for CATALOGHUDISOURCE |
S3HudiSource¶
Specifies a Hudi data source stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3HUDISOURCE() |
Getter for S3HUDISOURCE |
S3HudiCatalogTarget¶
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3HUDICATALOGTARGET() |
Getter for S3HUDICATALOGTARGET |
S3HudiDirectTarget¶
Specifies a target that writes to a Hudi data source in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3HUDIDIRECTTARGET() |
Getter for S3HUDIDIRECTTARGET |
DirectJDBCSource¶
DirectJDBCSource
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTJDBCSOURCE() |
Getter for DIRECTJDBCSOURCE |
S3CatalogDeltaSource¶
Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CATALOGDELTASOURCE() |
Getter for S3CATALOGDELTASOURCE |
CatalogDeltaSource¶
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGDELTASOURCE() |
Getter for CATALOGDELTASOURCE |
S3DeltaSource¶
Specifies a Delta Lake data source stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DELTASOURCE() |
Getter for S3DELTASOURCE |
S3DeltaCatalogTarget¶
Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DELTACATALOGTARGET() |
Getter for S3DELTACATALOGTARGET |
S3DeltaDirectTarget¶
Specifies a target that writes to a Delta Lake data source in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DELTADIRECTTARGET() |
Getter for S3DELTADIRECTTARGET |
AmazonRedshiftSource¶
Specifies a target that writes to a data source in Amazon Redshift.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMAZONREDSHIFTSOURCE() |
Getter for AMAZONREDSHIFTSOURCE |
AmazonRedshiftTarget¶
Specifies a target that writes to a data target in Amazon Redshift.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMAZONREDSHIFTTARGET() |
Getter for AMAZONREDSHIFTTARGET |
EvaluateDataQualityMultiFrame¶
Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATEDATAQUALITYMUL00() |
Getter for EVALUATEDATAQUALITYMULTIFR00 |
Recipe¶
Specifies a Glue DataBrew recipe node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECIPE() |
Getter for RECIPE |
SnowflakeSource¶
Specifies a Snowflake data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNOWFLAKESOURCE() |
Getter for SNOWFLAKESOURCE |
SnowflakeTarget¶
Specifies a target that writes to a Snowflake data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNOWFLAKETARGET() |
Getter for SNOWFLAKETARGET |
ConnectorDataSource¶
Specifies a source generated with standard connection options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORDATASOURCE() |
Getter for CONNECTORDATASOURCE |
ConnectorDataTarget¶
Specifies a target generated with standard connection options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORDATATARGET() |
Getter for CONNECTORDATATARGET |
S3CatalogIcebergSource¶
Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog. The Iceberg data source must be stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CATALOGICEBERGSOURCE() |
Getter for S3CATALOGICEBERGSOURCE |
CatalogIcebergSource¶
Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGICEBERGSOURCE() |
Getter for CATALOGICEBERGSOURCE |
S3IcebergCatalogTarget¶
Specifies an Apache Iceberg catalog target that writes data to Amazon S3 and registers the table in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3ICEBERGCATALOGTARGET() |
Getter for S3ICEBERGCATALOGTARGET |
S3IcebergDirectTarget¶
Defines configuration parameters for writing data to Amazon S3 as an Apache Iceberg table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3ICEBERGDIRECTTARGET() |
Getter for S3ICEBERGDIRECTTARGET |
S3ExcelSource¶
Defines configuration parameters for reading Excel files from Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3EXCELSOURCE() |
Getter for S3EXCELSOURCE |
S3HyperDirectTarget¶
Defines configuration parameters for writing data to Amazon S3 using HyperDirect optimization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3HYPERDIRECTTARGET() |
Getter for S3HYPERDIRECTTARGET |
DynamoDBELTConnectorSource¶
Specifies a DynamoDB ELT connector source for extracting data from DynamoDB tables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMODBELTCNCTORSOURCE() |
Getter for DYNAMODBELTCONNECTORSOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CODEGENCONFIGURATIONNODES¶
TYPES TT_CODEGENCONFIGURATIONNODES TYPE HASHED TABLE OF /AWS1/CL_GLUCODEGENCONFNODE=>TS_CODEGENCONFNODES_MAPROW WITH UNIQUE KEY key
.
TS_CODEGENCONFNODES_MAPROW¶
TYPES: BEGIN OF TS_CODEGENCONFNODES_MAPROW,
key TYPE /AWS1/GLUNODEID,
value TYPE REF TO /AWS1/CL_GLUCODEGENCONFNODE,
END OF TS_CODEGENCONFNODES_MAPROW.