Write rows to DB as soon as they go through Alteryx process
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
alts2h
7 - Meteor
‎01-27-2021
02:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
I'm facing a problem with Output Tool...
I'm trying to write rows to database as soon as they go through Alteryx process.
Here is my test workflow:
While I run this workflow, I'm running the following SQL statement on DB.
select * from test (which is the table I'm writting in).
Here is what I get:
After 2 sec: no row
After 4 sec: no rows
After 6 sec: All 3 rows
And here is what I'd like to get:
After 2 sec: 1 row
After 4 sec: 2 rows
After 6 sec: All 3 rows
Any suggestion?
Thanks a lot!
Labels:
- Labels:
- Database Connection
- In Database
- Output
0 REPLIES 0
