Commit f782f53
UN-2870 [FEAT] Add SDK1 feature flag support to workers (#1621)
* UN-2870 [FEAT] Add SDK1 feature flag support to workers This commit adds SDK1 feature flag support to workers, matching the backend implementation pattern used across 19 backend files. Changes: - Added feature flag check to destination_connector.py - Added unstract-sdk1 dependency to pyproject.toml - Added Flipt environment variables to sample.env 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * allowed README.md from unstract librarry for docker build * added uv lck --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: vishnuszipstack <117254672+vishnuszipstack@users.noreply.github.com>1 parent 399a3a7 commit f782f53
File tree
5 files changed
+1882
-1716
lines changed- docker/dockerfiles
- workers
5 files changed
+1882
-1716
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| 196 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
380 | 384 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
0 commit comments