You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/04 16:44:58 UTC

[airflow] branch main updated: Align Common SQL provider logo location (#25538)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 348a28957a Align Common SQL provider logo location (#25538)
348a28957a is described below

commit 348a28957ae9c4601d69be4f312dae07a6a521a7
Author: Josh Fell <48...@users.noreply.github.com>
AuthorDate: Thu Aug 4 12:44:50 2022 -0400

    Align Common SQL provider logo location (#25538)
    
    The integration logo directory for the Common SQL provider was still pointing to a `core/sql` directory which was the original name of the provider.
    
    A trivial reorganization of the location of the provider logo for docs to align with the new `common` convention.
---
 airflow/providers/common/sql/provider.yaml          |   2 +-
 docs/integration-logos/{core => common}/sql/sql.png | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/providers/common/sql/provider.yaml b/airflow/providers/common/sql/provider.yaml
index 30bc1258b3..6802c2fe50 100644
--- a/airflow/providers/common/sql/provider.yaml
+++ b/airflow/providers/common/sql/provider.yaml
@@ -37,7 +37,7 @@ integrations:
     external-doc-url: https://en.wikipedia.org/wiki/SQL
     how-to-guide:
       - /docs/apache-airflow-providers-common-sql/operators.rst
-    logo: /integration-logos/core/sql/sql.png
+    logo: /integration-logos/common/sql/sql.png
     tags: [software]
 
 operators:
diff --git a/docs/integration-logos/core/sql/sql.png b/docs/integration-logos/common/sql/sql.png
similarity index 100%
rename from docs/integration-logos/core/sql/sql.png
rename to docs/integration-logos/common/sql/sql.png