Values_0.CodeGenConfigurationNodeSourceCodeGenConfigurationNode enumerates all valid Node types. One and only one of its member variables can be populated.
type nonrec t = {athenaConnectorSource : AthenaConnectorSource.t option;Specifies a connector to an Amazon Athena data source.
*)jDBCConnectorSource : JDBCConnectorSource.t option;Specifies a connector to a JDBC data source.
*)sparkConnectorSource : SparkConnectorSource.t option;Specifies a connector to an Apache Spark data source.
*)catalogSource : CatalogSource.t option;Specifies a data store in the Glue Data Catalog.
*)redshiftSource : RedshiftSource.t option;Specifies an Amazon Redshift data store.
*)s3CatalogSource : S3CatalogSource.t option;Specifies an Amazon S3 data store in the Glue Data Catalog.
*)s3CsvSource : S3CsvSource.t option;Specifies a command-separated value (CSV) data store stored in Amazon S3.
*)s3JsonSource : S3JsonSource.t option;Specifies a JSON data store stored in Amazon S3.
*)s3ParquetSource : S3ParquetSource.t option;Specifies an Apache Parquet data store stored in Amazon S3.
*)relationalCatalogSource : RelationalCatalogSource.t option;Specifies a relational catalog data store in the Glue Data Catalog.
*)dynamoDBCatalogSource : DynamoDBCatalogSource.t option;Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
*)jDBCConnectorTarget : JDBCConnectorTarget.t option;Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
*)sparkConnectorTarget : SparkConnectorTarget.t option;Specifies a target that uses an Apache Spark connector.
*)catalogTarget : BasicCatalogTarget.t option;Specifies a target that uses a Glue Data Catalog table.
*)redshiftTarget : RedshiftTarget.t option;Specifies a target that uses Amazon Redshift.
*)s3CatalogTarget : S3CatalogTarget.t option;Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
*)s3GlueParquetTarget : S3GlueParquetTarget.t option;Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
*)s3DirectTarget : S3DirectTarget.t option;Specifies a data target that writes to Amazon S3.
*)applyMapping : ApplyMapping.t option;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.
*)selectFields : SelectFields.t option;Specifies a transform that chooses the data property keys that you want to keep.
*)dropFields : DropFields.t option;Specifies a transform that chooses the data property keys that you want to drop.
*)renameField : RenameField.t option;Specifies a transform that renames a single data property key.
*)spigot : Spigot.t option;Specifies a transform that writes samples of the data to an Amazon S3 bucket.
*)join : Join.t option;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.
*)splitFields : SplitFields.t option;Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.
*)selectFromCollection : SelectFromCollection.t option;Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame
*)fillMissingValues : FillMissingValues.t option;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.
*)filter : Filter.t option;Specifies a transform that splits a dataset into two, based on a filter condition.
*)customCode : CustomCode.t option;Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
*)sparkSQL : SparkSQL.t option;Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.
*)directKinesisSource : DirectKinesisSource.t option;Specifies a direct Amazon Kinesis data source.
*)directKafkaSource : DirectKafkaSource.t option;Specifies an Apache Kafka data store.
*)catalogKinesisSource : CatalogKinesisSource.t option;Specifies a Kinesis data source in the Glue Data Catalog.
*)catalogKafkaSource : CatalogKafkaSource.t option;Specifies an Apache Kafka data store in the Data Catalog.
*)dropNullFields : DropNullFields.t option;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.
*)merge : Merge.t option;Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.
*)union : Union.t option;Specifies a transform that combines the rows from two or more datasets into a single result.
*)pIIDetection : PIIDetection.t option;Specifies a transform that identifies, removes or masks PII data.
*)aggregate : Aggregate.t option;Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
*)dropDuplicates : DropDuplicates.t option;Specifies a transform that removes rows of repeating data from a data set.
*)governedCatalogTarget : GovernedCatalogTarget.t option;Specifies a data target that writes to a goverened catalog.
*)governedCatalogSource : GovernedCatalogSource.t option;Specifies a data source in a goverened Data Catalog.
*)microsoftSQLServerCatalogSource : MicrosoftSQLServerCatalogSource.t option;Specifies a Microsoft SQL server data source in the Glue Data Catalog.
*)mySQLCatalogSource : MySQLCatalogSource.t option;Specifies a MySQL data source in the Glue Data Catalog.
*)oracleSQLCatalogSource : OracleSQLCatalogSource.t option;Specifies an Oracle data source in the Glue Data Catalog.
*)postgreSQLCatalogSource : PostgreSQLCatalogSource.t option;Specifies a PostgresSQL data source in the Glue Data Catalog.
*)microsoftSQLServerCatalogTarget : MicrosoftSQLServerCatalogTarget.t option;Specifies a target that uses Microsoft SQL.
*)mySQLCatalogTarget : MySQLCatalogTarget.t option;Specifies a target that uses MySQL.
*)oracleSQLCatalogTarget : OracleSQLCatalogTarget.t option;Specifies a target that uses Oracle SQL.
*)postgreSQLCatalogTarget : PostgreSQLCatalogTarget.t option;Specifies a target that uses Postgres SQL.
*)route : Route.t option;Specifies a route node that directs data to different output paths based on defined filtering conditions.
*)dynamicTransform : DynamicTransform.t option;Specifies a custom visual transform created by a user.
*)evaluateDataQuality : EvaluateDataQuality.t option;Specifies your data quality evaluation criteria.
*)s3CatalogHudiSource : S3CatalogHudiSource.t option;Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
*)catalogHudiSource : CatalogHudiSource.t option;Specifies a Hudi data source that is registered in the Glue Data Catalog.
*)s3HudiSource : S3HudiSource.t option;Specifies a Hudi data source stored in Amazon S3.
*)s3HudiCatalogTarget : S3HudiCatalogTarget.t option;Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
*)s3HudiDirectTarget : S3HudiDirectTarget.t option;Specifies a target that writes to a Hudi data source in Amazon S3.
*)directJDBCSource : DirectJDBCSource.t option;s3CatalogDeltaSource : S3CatalogDeltaSource.t option;Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
*)catalogDeltaSource : CatalogDeltaSource.t option;Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
*)s3DeltaSource : S3DeltaSource.t option;Specifies a Delta Lake data source stored in Amazon S3.
*)s3DeltaCatalogTarget : S3DeltaCatalogTarget.t option;Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.
*)s3DeltaDirectTarget : S3DeltaDirectTarget.t option;Specifies a target that writes to a Delta Lake data source in Amazon S3.
*)amazonRedshiftSource : AmazonRedshiftSource.t option;Specifies a target that writes to a data source in Amazon Redshift.
*)amazonRedshiftTarget : AmazonRedshiftTarget.t option;Specifies a target that writes to a data target in Amazon Redshift.
*)evaluateDataQualityMultiFrame : EvaluateDataQualityMultiFrame.t option;Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.
*)recipe : Recipe.t option;Specifies a Glue DataBrew recipe node.
*)snowflakeSource : SnowflakeSource.t option;Specifies a Snowflake data source.
*)snowflakeTarget : SnowflakeTarget.t option;Specifies a target that writes to a Snowflake data source.
*)connectorDataSource : ConnectorDataSource.t option;Specifies a source generated with standard connection options.
*)connectorDataTarget : ConnectorDataTarget.t option;Specifies a target generated with standard connection options.
*)s3CatalogIcebergSource : S3CatalogIcebergSource.t option;Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog. The Iceberg data source must be stored in Amazon S3.
*)catalogIcebergSource : CatalogIcebergSource.t option;Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog.
*)s3IcebergCatalogTarget : S3IcebergCatalogTarget.t option;Specifies an Apache Iceberg catalog target that writes data to Amazon S3 and registers the table in the Glue Data Catalog.
*)s3IcebergDirectTarget : S3IcebergDirectTarget.t option;Defines configuration parameters for writing data to Amazon S3 as an Apache Iceberg table.
*)s3ExcelSource : S3ExcelSource.t option;Defines configuration parameters for reading Excel files from Amazon S3.
*)s3HyperDirectTarget : S3HyperDirectTarget.t option;Defines configuration parameters for writing data to Amazon S3 using HyperDirect optimization.
*)dynamoDBELTConnectorSource : DynamoDBELTConnectorSource.t option;Specifies a DynamoDB ELT connector source for extracting data from DynamoDB tables.
*)}val make :
?athenaConnectorSource:??? ->
?jDBCConnectorSource:??? ->
?sparkConnectorSource:??? ->
?catalogSource:??? ->
?redshiftSource:??? ->
?s3CatalogSource:??? ->
?s3CsvSource:??? ->
?s3JsonSource:??? ->
?s3ParquetSource:??? ->
?relationalCatalogSource:??? ->
?dynamoDBCatalogSource:??? ->
?jDBCConnectorTarget:??? ->
?sparkConnectorTarget:??? ->
?catalogTarget:??? ->
?redshiftTarget:??? ->
?s3CatalogTarget:??? ->
?s3GlueParquetTarget:??? ->
?s3DirectTarget:??? ->
?applyMapping:??? ->
?selectFields:??? ->
?dropFields:??? ->
?renameField:??? ->
?spigot:??? ->
?join:??? ->
?splitFields:??? ->
?selectFromCollection:??? ->
?fillMissingValues:??? ->
?filter:??? ->
?customCode:??? ->
?sparkSQL:??? ->
?directKinesisSource:??? ->
?directKafkaSource:??? ->
?catalogKinesisSource:??? ->
?catalogKafkaSource:??? ->
?dropNullFields:??? ->
?merge:??? ->
?union:??? ->
?pIIDetection:??? ->
?aggregate:??? ->
?dropDuplicates:??? ->
?governedCatalogTarget:??? ->
?governedCatalogSource:??? ->
?microsoftSQLServerCatalogSource:??? ->
?mySQLCatalogSource:??? ->
?oracleSQLCatalogSource:??? ->
?postgreSQLCatalogSource:??? ->
?microsoftSQLServerCatalogTarget:??? ->
?mySQLCatalogTarget:??? ->
?oracleSQLCatalogTarget:??? ->
?postgreSQLCatalogTarget:??? ->
?route:??? ->
?dynamicTransform:??? ->
?evaluateDataQuality:??? ->
?s3CatalogHudiSource:??? ->
?catalogHudiSource:??? ->
?s3HudiSource:??? ->
?s3HudiCatalogTarget:??? ->
?s3HudiDirectTarget:??? ->
?directJDBCSource:??? ->
?s3CatalogDeltaSource:??? ->
?catalogDeltaSource:??? ->
?s3DeltaSource:??? ->
?s3DeltaCatalogTarget:??? ->
?s3DeltaDirectTarget:??? ->
?amazonRedshiftSource:??? ->
?amazonRedshiftTarget:??? ->
?evaluateDataQualityMultiFrame:??? ->
?recipe:??? ->
?snowflakeSource:??? ->
?snowflakeTarget:??? ->
?connectorDataSource:??? ->
?connectorDataTarget:??? ->
?s3CatalogIcebergSource:??? ->
?catalogIcebergSource:??? ->
?s3IcebergCatalogTarget:??? ->
?s3IcebergDirectTarget:??? ->
?s3ExcelSource:??? ->
?s3HyperDirectTarget:??? ->
?dynamoDBELTConnectorSource:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]