Hello, I would like to be able to attach Qlik metadata as BQ labels in order to be able to navigate easier in BQ and find the specific jobs that are running from Qlik. These things include app ID, app name, app owner, and Qlik identifier, etc. I looked briefly into using a
set @@query_label
statement within BQ but since this is a non select query it executes my set statement and my query separately so the label does not attach to the query. Anyone know of a way I can pass metadata from Qlik to BQ?