View source: R/wrangler_ingestion.R
generate_data_ingestion_flow_from_redshift_dataset_definition | R Documentation |
Generate the data ingestion only flow from redshift input
generate_data_ingestion_flow_from_redshift_dataset_definition( input_name, redshift_dataset_definition, operator_version = "0.1", schema = NULL )
input_name |
(str): the name of the input to flow source node |
redshift_dataset_definition |
(RedshiftDatasetDefinition): redshift input to flow source node |
operator_version |
(str): the version of the operator |
schema |
(list): the schema for the data to be ingested |
list: A flow only conduct data ingestion with 1-1 mapping output_name (str): The output name used to configure 'sagemaker.processing.FeatureStoreOutput'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.