Because environment variables must be set when the function is created. If the query number is set in the environment variable, the old data source function will be unable to reuse itself every time a new query is performed. As a result, we included the query number in the payload.
What changes are included in this PR?
Are there any user-facing changes?
By submitting this pull request
[x] I confirm that my contribution is made under the terms of the GNU Affero General Public License v3.0 license.
[x] I confirm that I've made a best effort attempt to update all relevant documentation.
Which issue does this PR close?
Closes #.
Rationale for this change
Because environment variables must be set when the function is created. If the query number is set in the environment variable, the old data source function will be unable to reuse itself every time a new query is performed. As a result, we included the query number in the payload.
What changes are included in this PR?
Are there any user-facing changes?
By submitting this pull request