Change a Table Name Across Many Nodes
- 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Change a Table Name Across Many Nodes
- Updated on 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Goal: A flow file that you created is going to be used across various groups in your organization. Although the data transformation process is similar between groups, database and table names are not. Update your flow to make it easier to make these changes moving forward.
High-level Task: We're given a flow file that sources data from multiple table, transforms it, and exports the newly changed data to multiple table. Add a new set of parameters (for the database connection and the different source/export table names), and then reference these parameters in the source/export nodes.
Detailed Task:
1.
Was this article helpful?