Merge pull request #133 from open-metadata/sample_usage

Sample usage
This commit is contained in:
Suresh Srinivas 2021-08-13 01:22:28 -07:00 committed by GitHub
commit f736eaf863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 1051 additions and 14 deletions

View File

@ -35,7 +35,7 @@ function catalogStart {
catalogStatus -q
if [[ $? -eq 0 ]]; then
rm -f ${PID_FILE}
echo "Starting Catalog"
echo "Starting OpenMetadata"
APP_CLASS="org.openmetadata.catalog.CatalogApplication"
cd ${CATALOG_HOME}
nohup ${JAVA} ${CATALOG_HEAP_OPTS} ${CATALOG_JVM_PERF_OPTS} ${CATALOG_DEBUG_OPTS} ${CATALOG_GC_LOG_OPTS} ${CATALOG_JMX_OPTS} -cp ${CLASSPATH} "${APP_CLASS}" "server" "$@" 2>>"${ERR_FILE}" 1>>"${OUT_FILE}" &
@ -43,17 +43,17 @@ function catalogStart {
echo $! > ${PID_FILE}
echo $(catalogStatus)
else
echo "Catalog already running with PID: ${PID}"
echo "OpenMetadata already running with PID: ${PID}"
fi
}
function catalogStop {
catalogStatus -q
if [[ $? -eq 1 ]]; then
echo "Stopping Catalog [${PID}] "
echo "Stopping OpenMetadata [${PID}] "
kill -s KILL ${PID} 1>>"${OUT_FILE}" 2>>"${ERR_FILE}"
else
echo "Catalog not running"
echo "OpenMetadata not running"
fi
}
@ -68,32 +68,32 @@ function catalogStatus {
getPID
if [[ $? -eq 1 ]] || [[ ${PID} -eq 0 ]]; then
[[ "${verbose}" -eq 1 ]] && echo "Catalog not running."
[[ "${verbose}" -eq 1 ]] && echo "OpenMetadata not running."
return 0
fi
ps -p ${PID} > /dev/null
if [[ $? -eq 0 ]]; then
[[ "${verbose}" -eq 1 ]] && echo "Catalog running with PID=${PID}."
[[ "${verbose}" -eq 1 ]] && echo "OpenMetadata running with PID=${PID}."
return 1
else
[[ "${verbose}" -eq 1 ]] && echo "Catalog not running."
[[ "${verbose}" -eq 1 ]] && echo "OpenMetadata not running."
return 0
fi
}
# Removes the PID file if Catalog is not running
# Removes the PID file if OpenMetadata is not running
function catalogClean {
catalogStatus -q
if [[ $? -eq 0 ]]; then
rm -f ${PID_FILE} ${OUT_FILE} ${ERR_FILE}
echo "Removed the ${PID_FILE}, ${OUT_FILE} and ${ERR_FILE} files."
else
echo "Can't clean files. Catalog running with PID=${PID}."
echo "Can't clean files. OpenMetadata running with PID=${PID}."
fi
}
# Returns 0 if the Catalog is running and sets the $PID variable.
# Returns 0 if the OpenMetadata is running and sets the $PID variable.
function getPID {
if [ ! -d $PID_DIR ]; then
printf "Can't find pid dir.\n"

View File

@ -0,0 +1,956 @@
query, database
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product_variant.product_id, dim_product_variant.title, dim_product_variant.barcode, dim_product.vendor from dim_product left join dim_product_variant on dim_product_variant.product_id=dim_product.product_id","shopify"
"select dim_product_variant.product_id, dim_shop.shop_id, dim_shop.name from dim_shop join dim_product_variant on dim_shop.shop_id = dim_product_variant.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_product.title from fact_line join dim_product on fact_line.product_id=dim_product.product_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.total_order_value from dim_customer join fact_order on dim_customer.shop_id=fact_order.shop_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product_variant.product_id, dim_product_variant.title, dim_product_variant.barcode, dim_product.vendor from dim_product left join dim_product_variant on dim_product_variant.product_id=dim_product.product_id","shopify"
"select dim_product_variant.product_id, dim_shop.shop_id, dim_shop.name from dim_shop join dim_product_variant on dim_shop.shop_id = dim_product_variant.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_product.title from fact_line join dim_product on fact_line.product_id=dim_product.product_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.total_order_value from dim_customer join fact_order on dim_customer.shop_id=fact_order.shop_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product_variant.product_id, dim_product_variant.title, dim_product_variant.barcode, dim_product.vendor from dim_product left join dim_product_variant on dim_product_variant.product_id=dim_product.product_id","shopify"
"select dim_product_variant.product_id, dim_shop.shop_id, dim_shop.name from dim_shop join dim_product_variant on dim_shop.shop_id = dim_product_variant.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_product.title from fact_line join dim_product on fact_line.product_id=dim_product.product_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.total_order_value from dim_customer join fact_order on dim_customer.shop_id=fact_order.shop_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product_variant.product_id, dim_product_variant.title, dim_product_variant.barcode, dim_product.vendor from dim_product left join dim_product_variant on dim_product_variant.product_id=dim_product.product_id","shopify"
"select dim_product_variant.product_id, dim_shop.shop_id, dim_shop.name from dim_shop join dim_product_variant on dim_shop.shop_id = dim_product_variant.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_product.title from fact_line join dim_product on fact_line.product_id=dim_product.product_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.total_order_value from dim_customer join fact_order on dim_customer.shop_id=fact_order.shop_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_location.name as location_name, dim_shop.name as shop_name from dim_location left join dim_location.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product_variant.product_id, dim_product_variant.title, dim_product_variant.barcode, dim_product.vendor from dim_product left join dim_product_variant on dim_product_variant.product_id=dim_product.product_id","shopify"
"select dim_product_variant.product_id, dim_shop.shop_id, dim_shop.name from dim_shop join dim_product_variant on dim_shop.shop_id = dim_product_variant.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_product.title, dim_product.vendor, dim_product.shop_id from dim_product left join dim_product.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_customer.customer_id, dim_customer.total_order_count, dim_customer.total_order_value from dim_customer left
join dim_shop on dim_customer.shop_id=dim_shop.shop_id", "shopify"
"select dim_address.address_id, dim_address.shop_id, dim_address.first_name,dim_address.last_name, dim_shop.name
from dim_address left join dim_shop on dim_address.shop_id = dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select dim_staff.user_id,dim_staff.first_name, dim_staff.last_name, dim_shop.shop_id from dim_staff join dim_shop on
dim_staff.shop_id=dim_shop.shop_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, fact_line.price,fact_order.name, fact_order.total_price from fact_line join fact_order on fact_line.order_id=fact_order.order_id", "shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_shop.name from fact_line join dim_shop on fact_line.shop_id=dim_shop.shop_id","shopify"
"select fact_line.product_title, dim_product.title from fact_line join dim_product on fact_line.product_id=dim_product.product_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select dim_api_client.title, fact_order.location_id from dim_api_client join fact_order on dim_api_client.api_client_id=fact_order.api_client_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.first_name,dim_customer.last_name, dim_customer.city from dim_customer join fact_order on dim_customer.customer_id=fact_order.customer_id","shopify"
"select fact_order.name, fact_order.total_price, dim_customer.total_order_value from dim_customer join fact_order on dim_customer.shop_id=fact_order.shop_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_order.name, fact_order.total_price, dim_staff.email from fact_order join dim_staff on fact_order.user_id=dim_staff.user_id","shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, fact_sale.total_sale, fact_sale.shipping, dim_address.city from fact_sale join dim_address on fact_sale.billing_address_id=dim_address.address_id", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.gross_sales, dim_api_client.title, dim_api_client.api_client_id from fact_sale join dim_api_client on fact_sale.api_client_id=dim_api_client.api_client_id group by dim_api_clientid", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.returns, fact_sale.discounts, dim_customer.first_name, dim_customer.last_name, dim_customer.email from dim_customer join fact_sale on dim_customer.customer_id=fact_sale.customer_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, fact_line_item.name, fact_line_item.product_title, fac_line_item.quantity form fact_sale join fact_line_item on fact_sale.line_item_id=fact_line_item.line_item_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, dim_location.name from fact_sale join dim_location on fact_sale.location_id=dim_location.location_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sales, fact_order.location_id from fact_sale join fact_order on fact_sale.order_id=fact_order.order_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product.title, dim_product.product_id from fact_sale join dim_product on fact_sale.product_id=dim_product.product_id group by product_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.total_sale, dim_product_variant.sku, dim_product_variant.price from fact_sale join dim_product_variant on fact_sale.product_variant_id=dim_product.product_variant_id", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_address.city from fact_sale join dim_address on fact_sale.shipping_address_id=dim_address.shipping_address_id group by dim_address.city", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_shop.name, dim_shop.shop_id from fact_sale join dim_shop on fact_sale.shop_id = dim_shop.shop_id group by dim_shop.shop_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"
"select fact_sale.gross_sale, dim_staff.first_name, dim_staff.last_name from fact_sale join dim_staff on fact_sale.user_id = dim_staff.user_id", "shopify"

View File

@ -0,0 +1,43 @@
{
"source": {
"type": "sample-usage",
"config": {
"database": "warehouse",
"service_name": "gcp_bigquery",
"service_type": "BigQuery",
"sample_schema_folder": "./examples/shopify_schemas/"
}
},
"processor": {
"type": "query-parser",
"config": {
"filter": ""
}
},
"stage": {
"type": "table-usage-stage",
"config": {
"filename": "/tmp/sample_usage"
}
},
"bulk_sink": {
"type": "metadata-usage",
"config": {
"filename": "/tmp/sample_usage"
}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}

View File

@ -123,6 +123,7 @@ setup(
"hive = metadata.ingestion.source.hive:HiveSource",
"sample-tables = metadata.ingestion.source.sample_data_generator:SampleTableSource",
"sample-users = metadata.ingestion.source.sample_data_generator:SampleUserSource",
"sample-usage = metadata.ingestion.source.sample_data_generator:SampleUsageSource",
"metadata-rest-tables = metadata.ingestion.source.metadata_rest:MetadataTablesRestSource",
"redshift-usage = metadata.ingestion.source.redshift_usage:RedshiftUsageSource",
"snowflake-usage = metadata.ingestion.source.snowflake_usage:SnowflakeUsageSource",

View File

@ -125,7 +125,6 @@ class MetadataUsageBulkSink(BulkSink):
return table_joins
def __get_column_fqdn(self, table_column: TableColumn):
print(table_column.table)
if table_column.table not in self.tables_dict:
return None
table_entity = self.tables_dict[table_column.table]

View File

@ -61,7 +61,7 @@ class QueryParserProcessor(Processor):
date=start_date.strftime('%Y-%m-%d'))
except Exception as err:
logger.debug(record.sql)
logger.debug(err)
logger.error(err)
query_parser_data = None
pass

View File

@ -17,6 +17,8 @@ import csv
import json
import uuid
import os
from datetime import datetime
import pandas as pd
import random
import string
@ -35,6 +37,7 @@ from metadata.ingestion.api.source import Source, SourceStatus
from dataclasses import dataclass, field
from metadata.ingestion.models.ometa_table_db import OMetaDatabaseAndTable
from metadata.ingestion.models.table_metadata import DatabaseMetadata
from metadata.ingestion.models.table_queries import TableQuery
from metadata.ingestion.models.user import User
from metadata.ingestion.ometa.auth_provider import MetadataServerConfig
from metadata.ingestion.ometa.client import REST
@ -254,7 +257,6 @@ class SampleUserMetadataGenerator:
def get_service_or_create(service_json, metadata_config) -> DatabaseServiceEntity:
client = REST(metadata_config)
service = client.get_database_service(service_json['name'])
print(service)
if service is not None:
return service
else:
@ -285,7 +287,6 @@ class SampleTableSource(Source):
pass
def next_record(self) -> Iterable[OMetaDatabaseAndTable]:
db = DatabaseEntity(id=uuid.uuid4(),
name=self.database['name'],
description=self.database['description'],
@ -303,6 +304,43 @@ class SampleTableSource(Source):
return self.status
class SampleUsageSource(Source):
def __init__(self, config: SampleTableSourceConfig, metadata_config: MetadataServerConfig, ctx):
super().__init__(ctx)
self.status = SampleTableSourceStatus()
self.config = config
self.metadata_config = metadata_config
self.client = REST(metadata_config)
self.service_json = json.load(open(config.sample_schema_folder + "/service.json", 'r'))
self.query_log_csv = config.sample_schema_folder + "/query_log"
with open(self.query_log_csv, 'r') as fin:
self.query_logs = [dict(i) for i in csv.DictReader(fin)]
self.service = get_service_or_create(self.service_json, metadata_config)
@classmethod
def create(cls, config_dict, metadata_config_dict, ctx):
config = SampleTableSourceConfig.parse_obj(config_dict)
metadata_config = MetadataServerConfig.parse_obj(metadata_config_dict)
return cls(config, metadata_config, ctx)
def prepare(self):
pass
def next_record(self) -> Iterable[TableQuery]:
for row in self.query_logs:
tq = TableQuery(row['query'], '', 100, 0, 0, '',
'', datetime.today().strftime('%Y-%m-%d %H:%M:%S'), 100, 'shopify',
False, row['query'])
yield tq
def close(self):
pass
def get_status(self):
return self.status
class SampleUserSource(Source):
def __init__(self, config: SampleUserSourceConfig, metadata_config: MetadataServerConfig, ctx):