I'm new to Nifi so could you help me understand this platform and its capabilities. Would I be able to use a Nifi process to create a new table in Hive and move data into it weekly from a teradata database in the way I've defined below? How would I go about it? Not sure if I'm building a sensible flow.
Would the following process suffice: QueryDatabaseTable (and configure a pooling service for teradata and define a new tablename and schedule ingestion) --> PutHiveStreaming (create the table defined earlier) and then how do i pull the teradata schema into the new table?