def post()

in courses/understanding_spanner/cloud-run/main.py [0:0]


    def post(self):
        # Check to see if the Owner already exists
        data = request.get_json(True)
        with database.snapshot() as snapshot:
            results = snapshot.execute_sql("""