Roboquery - Convert code to Snowflake

Migrate your SQL queries, tables, views from Teradata to Snowflake

Roboquery - Convert code to Snowflakeคืออะไร?

Roboquery - Convert code to Snowflake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roboquery.com และคุณลักษณะหลักของมันคือ "Migrate your SQL queries, tables, views from Teradata to Snowflake"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roboquery - Convert code to Snowflake

ดาวน์โหลดไฟล์ส่วนขยาย Roboquery - Convert code to Snowflake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Migrate your SQL queries, tables, views from Teradata to Snowflake

With Roboquery, 

1. You can easily convert all your database objects, DDLs and SQL queries from one data warehouse platform to another (Teradata, Snowflake, Google BigQuery)

2. NEW FEATURE (Free): Right click on the Snowflake code editor to copy 30+ Snowflake SQL snippets directly. Ctrl-V to paste then. No more searching for Snowflake SQL syntax

You can use Roboquery for FREE in our starter plan. You will get 50 free credits on signup and 20 free credits per month. This way you can see how Roboquery works. Beyond our free plan, you can purchase a voucher to add more credits. Each activity consumes 1 credit. eg. Conversion of 1 table or 1 view or 1 SQL Query

Steps:

- Install the chrome plugin
- Open Snowflake WebUI in the browser
- Click on the extension to launch it
- Copy paste your source SQL
- Click convert button to convert to Snowflake
- Viola! so simple as that !
- You can also right click on the Bigquery code editor to access the SQL snippets


Roboquery can,

- Convert Table DDLs from Teradata to Snowflake
- Convert View DDLs from Teradata to Snowflake
- Convert SQL Queries from Teradata to Snowflake
- Convert Table DDLs, View DDLs, SQL Queries from Microsoft SQL Server, Azure SQL Database, Azure Synapse Analytics (SQL DW), Parallel Data Warehouse to Snowflake                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roboquery - Convert code to Snowflake Roboquery - Convert code to Snowflake
ID bjlcmfckkmbdjmablgbjjdjghipkhhnk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/roboquery-convert-code-to/bjlcmfckkmbdjmablgbjjdjghipkhhnk
คำอธิบาย Migrate your SQL queries, tables, views from Teradata to Snowflake
ขนาดไฟล์ 48.23 KB
จำนวนการติดตั้ง 345
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2020-10-01
วันที่เผยแพร่ 2020-03-02
ผู้พัฒนา Roboquery.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://roboquery.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roboquery - Convert code to Snowflake",
    "description": "Migrate your SQL queries, tables, views from Teradata to Snowflake",
    "version": "1.0.3",
    "icons": {
        "66": "icons\/icon66.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "https:\/\/*.roboquery.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.snowflakecomputing.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}