Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/add-databricks-storage.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/aws-redshift-fields-description.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/enrich-facebook-ads-endpoint.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/looker-studio-data-streaming.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tiktok-ads-oauth.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @owox/backend

## 0.18.0

### Patch Changes 0.18.0

- @owox/[email protected]
- @owox/[email protected]
- @owox/[email protected]

## 0.17.0

### Patch Changes 0.17.0
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@owox/backend",
"version": "0.17.0",
"version": "0.18.0",
"description": "OWOX Data Marts Backend - Full-stack data orchestration platform",
"author": "OWOX",
"license": "ELv2",
Expand Down
48 changes: 48 additions & 0 deletions apps/owox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# owox

## 0.18.0

### Minor Changes 0.18.0

- 68d72af: # Add Databricks storage type with Personal Access Token authentication

This change adds support for Databricks as a new storage type in OWOX Data Marts platform. Users can now connect to Databricks SQL warehouses using Personal Access Token authentication.
- **Authentication:** Personal Access Token
- **Storage Configuration:** Host, HTTP Path
- **Driver:** @databricks/sql

- 38d3593: # Descriptions for fields in AWS Redshift tables

After launching the connector, field descriptions will be synchronized with tables in Redshift

- f52376f: # Enrich Facebook Marketing ad-account/ads endpoint

The Facebook Marketing connector's `ad-account/ads` endpoint now returns real ad data instead of null values.

**What's New:**
- Added 19 useful fields including ad name, status, campaign/adset relationships, creative details, and timestamps
- 8 essential fields are now pre-selected by default (id, name, status, effective_status, adset_id, campaign_id, created_time, updated_time)

**Before:** Only 3 placeholder fields that returned null
**After:** Comprehensive ad data ready for analytics

**Note:** For performance metrics (impressions, clicks, spend), continue using the `ad-account/insights` endpoint.

- 38d3593: # Improved Looker Studio destination stability

Enhanced Looker Studio destination stability and performance by implementing data streaming. This update ensures a smoother user experience and more reliable delivery of large datasets from Data Marts.

- ee0459e: # Add OAuth flow for TikTok Ads connector
- Added support for OAuth2 authentication in the TikTok Ads connector
- Implemented OAuth credential exchange
- Added TikTok login button UI component for OAuth flow
- Added OAuth callback page for handling TikTok authorization redirect
- Manual credential entry option remains available as fallback

### Patch Changes 0.18.0

- @owox/[email protected]
- @owox/[email protected]
- @owox/[email protected]
- @owox/[email protected]
- @owox/[email protected]
- @owox/[email protected]

## 0.17.0

### Minor Changes 0.17.0
Expand Down
2 changes: 1 addition & 1 deletion apps/owox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "owox",
"description": "OWOX Data Marts CLI: Simple command-line interface to start the OWOX Data Marts application with backend and frontend components.",
"version": "0.17.0",
"version": "0.18.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 2 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @owox/web

## 0.18.0

## 0.17.0

## 0.16.0
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@owox/web",
"version": "0.17.0",
"version": "0.18.0",
"description": "Web interface for OWOX Data Marts - an open-source solution for Data Analysts",
"author": "OWOX",
"license": "ELv2",
Expand Down
Loading