omnata-plugin-runtime 0.9.4a217__tar.gz → 0.9.4a218__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.9.4a217
3
+ Version: 0.9.4a218
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  Author: James Weakley
6
6
  Author-email: james.weakley@omnata.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "omnata-plugin-runtime"
3
- version = "0.9.4-a217"
3
+ version = "0.9.4-a218"
4
4
  description = "Classes and common runtime components for building and running Omnata Plugins"
5
5
  authors = ["James Weakley <james.weakley@omnata.com>"]
6
6
  readme = "README.md"
@@ -594,7 +594,7 @@ def normalized_view_part(
594
594
  column_name_expression=column_name_expression
595
595
  )
596
596
  if json_schema.joins:
597
- joins = json_schema
597
+ joins = json_schema.joins
598
598
  comment = json_schema.description
599
599
 
600
600
  return SnowflakeViewPart(