You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, manager and dashboard only support the selection of third-party engines, but they cannot be configured directly, requiring manual modification of the properties file and then recompilation, which makes it inefficient and not easy to use from the user's perspective. If we need to change the relevant configuration in the configuration file every time, we will not be able to handle multiple tasks that require multiple engines to schedule
we can see there is no place for configure engine details
personally think related configuration can be configured in dashboard and call in service may be a good idea
# Airflow API URLairflow.baseUrl=
airflow.connection.id=
airflow.username=
airflow.password=
# Please confirm if it is a loopback addressinlong.manager.host=
# DAG Deleter and Creator IDairflow.cleaner.id=
airflow.creator.id=
Description
According pr: #11484 and pr: #11486
we can see there is no place for configure engine details
personally think related configuration can be configured in dashboard and call in service may be a good idea
The present configuration of DolphinScheduler is incorrect, DS engine also be able to select schedule interval and unit, which can be handle in
DolphinScheduleUtils
in pr: [INLONG-11401][Manager] Support Dolphinscheduler schedule engine #11468Some configuration may needs to be config in dashboard
Use case
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: