Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/performance enhancement #41

Merged
merged 42 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
29c24b7
Update README.md
fivetran-dejantucakov Dec 5, 2023
3497935
feature/performance-enhancement
fivetran-catfritz Jan 2, 2024
a9119ce
update to incremental
fivetran-catfritz Jan 3, 2024
0de2a07
update to incremental
fivetran-catfritz Jan 3, 2024
1129752
feature/performance-enhancement
fivetran-catfritz Jan 23, 2024
198081e
feature/performance-enhancement
fivetran-catfritz Jan 25, 2024
46fd5c4
feature/performance-enhancement
fivetran-catfritz Jan 25, 2024
18ac897
feature/performance-enhancement
fivetran-catfritz Jan 25, 2024
c6cd6a8
update clustering
fivetran-catfritz Jan 25, 2024
0fd82bf
update clustering
fivetran-catfritz Jan 25, 2024
334010b
Merge pull request #40 from fivetran/fivetran-dejantucakov-patch-1
fivetran-catfritz Jan 26, 2024
f049d87
update changelog & readme
fivetran-catfritz Jan 26, 2024
bcc310d
update ymls
fivetran-catfritz Jan 26, 2024
19901af
update readme
fivetran-catfritz Jan 26, 2024
d1ae3f1
updates
fivetran-catfritz Jan 26, 2024
ba53a3e
update changelog, ymls, regen docs
fivetran-catfritz Jan 30, 2024
00e2ccc
update changelog
fivetran-catfritz Jan 30, 2024
5f374f7
update changelog
fivetran-catfritz Jan 30, 2024
b17a9bd
update lookbacks
fivetran-catfritz Feb 2, 2024
702694b
update lookbacks
fivetran-catfritz Feb 2, 2024
dcb14e7
update lookbacks
fivetran-catfritz Feb 6, 2024
6345dc1
update readme
fivetran-catfritz Feb 6, 2024
2cb15a3
update
fivetran-catfritz Feb 6, 2024
823e2d0
update
fivetran-catfritz Feb 6, 2024
1b66f95
updates
fivetran-catfritz Feb 21, 2024
4b760c0
delete extra macro
fivetran-catfritz Feb 21, 2024
6f4c906
updates
fivetran-catfritz Feb 21, 2024
59e2434
updates
fivetran-catfritz Feb 21, 2024
2fac3fd
Merge pull request #43 from fivetran/feature/test-materializations
fivetran-catfritz Feb 21, 2024
6574992
Merge branch 'main' into feature/performance-enhancement
fivetran-catfritz Feb 21, 2024
5e91f92
update var names
fivetran-catfritz Feb 21, 2024
7b54bdb
update macro
fivetran-catfritz Feb 21, 2024
9bfcffa
remove extra comma
fivetran-catfritz Feb 21, 2024
ee45a9a
Apply suggestions from code review
fivetran-catfritz Feb 21, 2024
ea07fae
Update models/staging/stg_mixpanel__user_event_date_spine.sql
fivetran-catfritz Feb 21, 2024
befd1be
Apply suggestions from code review
fivetran-catfritz Feb 21, 2024
c8fe97d
update models, readme, changelog
fivetran-catfritz Feb 21, 2024
6e4fbc5
update changelog and regen docs
fivetran-catfritz Feb 21, 2024
ed92bba
update yml
fivetran-catfritz Feb 21, 2024
f9ae48d
update changelog
fivetran-catfritz Feb 21, 2024
d818a3a
add autoreleaser
fivetran-catfritz Feb 21, 2024
4f245f0
update changelog
fivetran-catfritz Feb 21, 2024
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
Prev Previous commit
Next Next commit
update ymls
  • Loading branch information
fivetran-catfritz committed Jan 26, 2024
commit bcc310da5ed7213223ea68bacaa53e59e36d0924
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config-version: 2
name: 'mixpanel'
version: '0.8.0'
version: '0.9.0'
require-dbt-version: [">=1.3.0", "<2.0.0"]
models:
mixpanel:
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'mixpanel_integration_tests'
version: '0.8.0'
version: '0.9.0'
config-version: 2
profile: 'integration_tests'
vars:
Expand Down