GitHub user ravamo added a comment to the discussion: Question About Database Connections in Apache Hop Server Mode
Of course, @hansva , it makes perfect sense for it to be dynamic. However, to focus my question a bit: if you have a database connection, its definition doesn't change at runtime; instead, what changes are the values associated with that connection, such as the host, user, password, etc. My question revolves around this: let's say I develop a complex (or simple) ETL and have a database connection. I save it and upload it to my repository. If I then clone that project on another host, would I need to manually create the database connection? (Whether or not that makes sense is a separate discussion.) But if that’s the case, how can I create the connection on a host without a graphical interface? Isn't there a way to inject that information into the XML? I mention this because if I need to create a tool, I'd like to contribute it to the community. I missed these kinds of chats :D GitHub link: https://github.com/apache/hop/discussions/4634#discussioncomment-11418322 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
