Member since
09-25-2024
1
Post
0
Kudos Received
0
Solutions
09-25-2024
05:57 AM
Hi @kkawamura @gabrielfqueiroz I am also new to nifi, my used case is we have to pull data from bigquery datamart, there are 15 tables in bigquery datamart and that data i need to populate in respective tables of MSSQL server. Currently i have used ExecuteSQL processor, ConvertRecord processor, PutDatabaseRecord processor and log attribute processor. There are not much transformations, It worked to populate the data in MSSQL but we have done it using changing table names everytime but we want to automate and schedule this process through a single flow for multiple tables. Please suggest a way for this use case.
... View more