Skip to content

Missing snowflake URL in demo #4

@EdwardYGLi

Description

@EdwardYGLi

My company (Socure) is currently doing a POC with tecton and when trying this tutorial. I get the below errors:

Traceback (most recent call last):
  File "/local_disk0/pythonVirtualEnvDirs/virtualEnv-1f7c4e9d-d90a-428a-bbc0-2fdf6babe447/lib/python3.8/site-packages/tecton_materialization/remote_host/pyspark_remote_host.py", line 289, in execute
    resp = handler(execute_request)
  File "/local_disk0/pythonVirtualEnvDirs/virtualEnv-1f7c4e9d-d90a-428a-bbc0-2fdf6babe447/lib/python3.8/site-packages/tecton_materialization/remote_host/pyspark_remote_host.py", line 66, in <lambda>
    "getSnowflakeSchema": lambda r: self._getSnowflakeSchema(r.getSnowflakeSchema),
  File "/local_disk0/pythonVirtualEnvDirs/virtualEnv-1f7c4e9d-d90a-428a-bbc0-2fdf6babe447/lib/python3.8/site-packages/tecton_materialization/remote_host/pyspark_remote_host.py", line 134, in _getSnowflakeSchema
    assert request.HasField("url"), "url cannot be None"
AssertionError: url cannot be None

and

Traceback (most recent call last):
 File "/local_disk0/pythonVirtualEnvDirs/virtualEnv-1f7c4e9d-d90a-428a-bbc0-2fdf6babe447/lib/python3.8/site-packages/tecton_materialization/remote_host/pyspark_remote_host.py", line 289, in execute
   resp = handler(execute_request)
 File "/local_disk0/pythonVirtualEnvDirs/virtualEnv-1f7c4e9d-d90a-428a-bbc0-2fdf6babe447/lib/python3.8/site-packages/tecton_materialization/remote_host/pyspark_remote_host.py", line 66, in <lambda>
   "getSnowflakeSchema": lambda r: self._getSnowflakeSchema(r.getSnowflakeSchema),
 File "/local_disk0/pythonVirtualEnvDirs/virtualEnv-1f7c4e9d-d90a-428a-bbc0-2fdf6babe447/lib/python3.8/site-packages/tecton_materialization/remote_host/pyspark_remote_host.py", line 134, in _getSnowflakeSchema
   assert request.HasField("url"), "url cannot be None"
AssertionError: url cannot be None

I cannot find any credentials or URLs for snowflake that I can connect to to try out the demo, please let me know how to proceed.

Thanks.
Edward
[email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions