morph_project.yml
morph_project.yml
is a configuration file used when running the Morph framework. When you start a Morph project, a file with default values is automatically created.
Parameters
Specify the default DB connection. If the connection is not specified within the config function in the SQL file, this connection will be used automatically.
When setting, please set the connection name in the config’s connection as well.
Reserved Values
The following reserved values can be used without creating a connection.
- DUCKDB: DuckDB is used as the database engine.
- MORPH_BUILTIN_DB: Morph’s built-in PostgreSQL is used as the database engine. (Cloud version only)
Specify the source path.
Files located under the directory specified as the source path are treated as executable source code on Morph.
Specify the path where the execution results of the data pipeline are saved.
Specify the cache expiration time of the data pipeline execution results in seconds.
Specify the settings for scheduled execution.