Skip to content

Scheduling Queries linkback isn't work #29834

Answered by dosubot bot
mikhail-moro asked this question in Q&A / Help
Discussion options

You must be logged in to vote

The onScheduleSubmit function itself does not handle the navigation to the scheduler's interface. Instead, the linkback URL in the SCHEDULED_QUERIES configuration is used to generate a link that users can follow to view the status or details of the scheduled query in the scheduler's interface (e.g., Airflow).

Here's a breakdown of how it works:

  1. Configuration: The linkback URL is defined in the SCHEDULED_QUERIES configuration in your superset_config.py file. This URL is constructed with placeholders that are replaced with actual query details when the link is generated.

    SCHEDULED_QUERIES = {
        'linkback': (
            'https://airflow.example.com/admin/airflow/tree?'
            'dag_id=quer…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mikhail-moro
Comment options

@dosubot
Comment options

Answer selected by mikhail-moro
@mikhail-moro
Comment options

@dosubot
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant