mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
* dagster-connector-added * code-formatted * dagster-comments-removed * dagster-comments-removed * dagster-unittest-added * code-formatted-pr-comments-resolved * improved-code-quality * increased-py-test-time-out * improved-dagster-tests * improved-dagster-tests * reverted-pytests-timeout * dagster-pytest-improved * added-schema-in-omdcore * updated-schema-in-omd-core * ui-schema-updated-omd-core * updated-dagster-schema * dagter-schema-test-updated
26 lines
570 B
YAML
26 lines
570 B
YAML
source:
|
|
type: dagster
|
|
serviceName: dagster_source
|
|
serviceConnection:
|
|
config:
|
|
type: Dagster
|
|
hostPort: http://localhost:8080
|
|
numberOfStatus: 10
|
|
dbConnection:
|
|
type: Mysql
|
|
username: dagster_user
|
|
password: dagter_pass
|
|
databaseSchema: dagster_db
|
|
hostPort: localhost:3306
|
|
sourceConfig:
|
|
config:
|
|
type: PipelineMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: { }
|
|
workflowConfig:
|
|
loggerLevel: INFO
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|
|
|