Skip to content

fix(retail): add region tag for Python - Update import user events from gcs #13495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# 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.
# [START retail_import_user_events_from_gcs]

import argparse
import os
Expand Down Expand Up @@ -109,3 +110,5 @@ def import_user_events_from_gcs():
)
args = parser.parse_args()
main(args.bucket_name)

# [END retail_import_user_events_from_gcs]