We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92eb9ea commit 7f0b6cfCopy full SHA for 7f0b6cf
retail/interactive-tutorials/events/import_user_events_big_query.py
@@ -11,6 +11,8 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+#
15
+# [START retail_import_user_events_from_big_query]
16
17
import argparse
18
@@ -97,6 +99,8 @@ def import_user_events_from_big_query():
97
99
98
100
import_user_events_from_big_query()
101
102
+# [END retail_import_user_events_from_big_query]
103
+
104
105
if __name__ == "__main__":
106
parser = argparse.ArgumentParser()
0 commit comments