This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch ff_force_async
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/ff_force_async by this push:
new 29ee27342b add license header
29ee27342b is described below
commit 29ee27342bfab74c0f52790ba88232ec4a57b9a7
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Wed Jun 12 13:01:57 2024 -0700
add license header
---
tests/unit_tests/sql_lab_execution_context.py | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/tests/unit_tests/sql_lab_execution_context.py
b/tests/unit_tests/sql_lab_execution_context.py
index d7adf572c5..ea39e2bf3d 100644
--- a/tests/unit_tests/sql_lab_execution_context.py
+++ b/tests/unit_tests/sql_lab_execution_context.py
@@ -1,3 +1,21 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# pylint: disable=import-outside-toplevel, invalid-name, unused-argument,
too-many-locals
+
import pytest
from superset.sqllab.sqllab_execution_context import (