# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Snowflake Connector for QGIS
qgisMinimumVersion=3.34.1
qgisMaximumVersion=4.99
supportsQt6=True
description=This package includes the Snowflake Connector for QGIS.
version=1.0.11
author=Snowflake Inc.
email=erick.cuberojimenez@snowflake.com

about=The Snowflake Connector for QGIS provides an interface for open-source GIS application QGIS that can connect to Snowflake and perform all standard operations.

tracker=https://github.com/snowflakedb/qgis-snowflake-connector/issues/
repository=https://github.com/snowflakedb/qgis-snowflake-connector/
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
changelog=1.0.11 - Security hardening for QGIS plugin portal scan:
 route all remaining raw identifier interpolation in helpers/layer_creation.py
 and tasks/sf_connect_task.py through quote_identifier / quote_literal /
 qualified_table_name; validate URL scheme and host before the GitHub update
 check in qgis_snowflake_connector.py; replace silent exception swallowing in
 the feature iterator and export algorithm with QgsMessageLog diagnostics;
 annotate already-sanitized SQL construction sites with documented bandit
 suppressions. No user-visible behaviour change.
 1.0.10 - Refresh attribute table after edits without reopening the layer;
 advertise auto-increment default for numeric primary keys via defaultValueClause();
 add "Load all rows" option for tables exceeding the 50,000-row visualization limit.

# Tags are comma separated with spaces allowed
tags=Snowflake, data provider

homepage=https://docs.snowflake.com/en/sql-reference/functions-geospatial/
category=Analysis
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=Database

# If the plugin can run on QGIS Server.
server=False

