Skip to content

Commit

Permalink
Add link to API-based list of columns to datatransfer description (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
karpov-sv authored Mar 14, 2024
1 parent dfcac7e commit f36655c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/query_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from dash_iconify import DashIconify

from app import app
from app import APIURL
from apps.mining.utils import upload_file_hdfs, submit_spark_job
from apps.mining.utils import estimate_size_gb_ztf, estimate_size_gb_elasticc
from apps.utils import request_api
Expand Down Expand Up @@ -225,8 +226,10 @@ def display_filter_tab(trans_datasource):
]
description = [
"One condition per line (SQL syntax), ending with semi-colon. See ",
dmc.Anchor("here", href="{}/api/v1/columns".format(APIURL), size="xs", target="_blank"),
" (and also ",
dmc.Anchor("here", href="https://fink-broker.readthedocs.io/en/latest/science/added_values/", size="xs", target="_blank"),
" for fields description and ",
") for fields description and ",
dmc.Anchor("here", href="https://fink-broker.readthedocs.io/en/latest/services/data_transfer/", size="xs", target="_blank"),
" for examples."
]
Expand Down

0 comments on commit f36655c

Please sign in to comment.