Creating a dataflow using a SQL query (Redshift AWS)
Execute dynamic SQL query in Redshift and return a table of results - Stack Overflow
Large data aggregations in Redshift
[Redshift]Help with Joining a table to an array in Redshift!
Videos
Hi,
I am using Redshift databases
I am trying to create a dataflow which would run a SQL query from redshift in order to join multiple tables on the same database.
From what I understand I can't insert a direct query on dataflows when connecting to redshift.
Is there another way to do that in dataflows ?
(I am pretty new to microsoft's ecosystem... old Tableau user here :) )
Why am I using dataflows :
I am using dataflows since the access to our redshift databases is restricted to users using internal virtual machines for security reasons. Our analysts need to have access to data through excel or powerbi and therefore dataflows was a good solution to bypass the virtual machine limitation. However I wanted to use this opportunity to already prepare the data and not give them access to raw tables.
TLDR : I am trying to run SQL queries on Dataflow using Redshift databases.