Questions tagged [amazon-appflow]
50 questions
1
vote
1 answer
Why does my AWS AppFlow setup not show any subobject for selection?
I have just been given admin access to a Google Analytics portal that tracks the corporate website's activity. The tracked data are to be moved to Amazon S3 via AppFlow.
I followed official AWS documentation in how to setup the connection between GA…

pauloutboy
- 31
- 5
0
votes
0 answers
Step Function as Custom Connector in AppFlow
Wanting to know if you can use a Step Function that calls multiple Lambdas as the source connector in AppFlow.
The objective is to call on a API get request and iterated through the response and based on the response do any number of additional API…

Kirk Holmes
- 59
- 1
- 5
0
votes
0 answers
How to use salesforce market cloud source in AppFlow operator in Airflow?
I'm extracting data from salesforce to a AWS S3 bucket using Airflow AppFlowOperator. To extract the data using salesforce as source, I just use:
task_campaign_dump = AppflowRunOperator(
task_id="campaign_dump",
source="salesforce",
…

Lucas
- 1,166
- 2
- 14
- 34
0
votes
0 answers
Not able to set incremental transfer mode for scheduled flow with Salesforce integration
As per the documentation (provided link below) we should get option to set the transfer mode, but not able to see the option.
https://docs.aws.amazon.com/appflow/latest/userguide/flow-triggers.html
Do we need to enable any setting before we get this…

Shrivaths Kulkarni
- 103
- 2
0
votes
2 answers
How can I make a request to AppFlow from my React App?
so I've been working with Fivetran for a while and I've gotten used to hitting their API endpoints. But now, I've got to switch gears and work with AWS AppFlow, which is totally new territory for me.
Right now, I'm working on a React App and I'm…

Amauri Santos
- 129
- 10
0
votes
2 answers
AWS AppFlow create_flow for GA4
I want to programmatically create a new AppFlow flow to transfer data from Google Analytics 4 to an S3 bucket. Getting an error:
"An error occurred (ValidationException) when calling the CreateFlow operation: ConnectorRuntimeSettings object are not…

snovo
- 305
- 2
- 8
0
votes
0 answers
AWS AppFlow - multiple destinations on a single flow
We are looking at exploring AppFlow for ingesting data from a 3rd party SaaS.
AppFlow has out of the box connectors for that 3rd party SaaS.
One of the destinations for the data coming in will be AWS Snowflake.
The same data also needs to be sent…

Ani
- 41
- 4
0
votes
0 answers
How Import Google Analytics Data into S3 Bucket without Using AppFlow
I want to import my google analytic data in S3 bucket. I want to know if its possible to import it without using Appflow. I don't have any problem using code.

Shu Rahman
- 634
- 1
- 5
- 15
0
votes
0 answers
AWS Appflow - Salesforce OAUTH 2.0 JWT
Below is the connector profile I am planning to create to support Salesforce OAUTH 2.0 authentication.
How I can store the Private Key(*.pem file) and Consumer Key(Salesforce supplied) to perform OAuth 2.0 implementation in clientCredentialsArn…

rajdallas
- 65
- 1
- 4
0
votes
0 answers
Appflow taking 15 minutes to load less than 1000 records into Salesforce
We are loading csv files from S3 into Salesforce Address object using Appflow. Our file contains less than 1000 records, so it is using the Salesforce Rest API.
However, to process few hundreds records (600-900), it is running up to 15-16…

SwapSays
- 407
- 7
- 18
0
votes
1 answer
Cannot deserialize instance of boolean from VALUE_STRING value f or request may be missing a required field
I'm trying to update a Salesforce object using AWS AppFlow. My current process looks like this
AWS REDSHIFT --> S3 <--AppFlow --> Salesforcce
Redshift query is very basic:
UNLOAD(
'select
contact_id,
999 contact_score,
True…

AIViz
- 82
- 9
0
votes
1 answer
Fix Security Issue : S3 permissions granted to other AWS accounts in bucket policies should be restricted
I have a security issue raised by Trusted Advisor.
**S3 permissions granted to other AWS accounts in bucket policies should be restricted
**
This checks if the S3 bucket policy allows sensitive bucket-level or object-level actions from a principal…

ab_padfoot
- 63
- 1
- 10
0
votes
1 answer
AWS AppFlow - rename source field
I have an AppFlow set up with Salesforce as the source and S3 as the destination. I am able to move all columns over by using a Map_all task type in the flow definition, and leaving the source fields empty.
However now I want to move just a few…

user3073511
- 101
- 1
- 7
0
votes
0 answers
Filter on AWS appflow with or Condition
I'm trying to filter only the ownerid with two particular values (a,b)while setup of Appflow through Cloudformation , but the documentation doesn't help . using the console I can impost the filter bu can't set the right configuration using…
0
votes
1 answer
Amazon appflow creating new files (partitioning) every time a Salesforce flow is run, but I want to overwrite previous flow's file
Is there a way to overwrite the data from a previous flow's output? I want to run a flow daily to pull in data from Salesforce and export into a csv, but do not need to keep yesterday's csv output at all. This would also help referencing the data in…