Hello, is there any way that I can store my ingestion recipe someplace else along with the neo4j database? For example, this is a recipe for mysql ingestion from the datahub UI given in the demo:
source:
type: mysql
config:
host_port: '175.6.61.131:3306'
database: gprs
username: cd
password: cd20220104
include_tables: true
include_views: true
profiling:
enabled: false
sink:
type: datahub-rest
config:
server: '
https://demo.datahubproject.io/api/gms'
Now, I want to save this data in my PostgreSQL database too. Is there any way I can do that?