View source: R/wrangler_ingestion.R
generate_data_ingestion_flow_from_athena_dataset_definition | R Documentation |
Generate the data ingestion only flow from athena input
generate_data_ingestion_flow_from_athena_dataset_definition( input_name, athena_dataset_definition, operator_version = "0.1", schema = NULL )
input_name |
(str): the name of the input to flow source node |
athena_dataset_definition |
(AthenaDatasetDefinition): athena input to flow source node |
operator_version |
(str): the version of the operator |
schema |
(list): the schema for the data to be ingested |
dict (typing.Dict): 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.