AppFlow "Data transfer settings"

0

When creating an AppFlow flow in the console, there is an option to set the preferred API data transfer setting to Bulk or Standard. I can't find anywhere in the Boto3 or CLI documentation for how to set this setting for anything except for SalesForce connectors. How do I adjust this setting outside of the console?

Enter image description here

tjtoll
preguntada hace 2 meses96 visualizaciones
1 Respuesta
0
Respuesta aceptada

Found the answer to my question. I missed this in the docs. I was looking for BULK and STANDARD but the terms to look for were SYNC or ASYNC

        'CustomConnector': {
            'entityName': 'string',
            'customProperties': {
                'string': 'string'
            },
            'dataTransferApi': {
                'Name': 'string',
                'Type': 'SYNC'|'ASYNC'|'AUTOMATIC'
            }
tjtoll
respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas