tinybird-cli 5.3.1.dev4__py3-none-any.whl → 5.3.1.dev5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
tinybird/__cli__.py CHANGED
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
4
4
  __url__ = 'https://www.tinybird.co/docs/cli/introduction.html'
5
5
  __author__ = 'Tinybird'
6
6
  __author_email__ = 'support@tinybird.co'
7
- __version__ = '5.3.1.dev4'
8
- __revision__ = 'ba3d1a8'
7
+ __version__ = '5.3.1.dev5'
8
+ __revision__ = '4613f9c'
tinybird/datafile.py CHANGED
@@ -3859,6 +3859,10 @@ async def build_graph(
3859
3859
  processed_filename = f.relative_to(os.getcwd())
3860
3860
  except ValueError:
3861
3861
  processed_filename = f
3862
+ # This is to avoid processing shared data sources
3863
+ if "vendor/" in str(processed_filename):
3864
+ click.echo(FeedbackManager.info_skipping_resource(resource=processed_filename))
3865
+ continue
3862
3866
  click.echo(FeedbackManager.info_processing_file(filename=processed_filename))
3863
3867
  await process(str(f), deps, dep_map, to_run, workspace_lib_paths)
3864
3868
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 5.3.1.dev4
3
+ Version: 5.3.1.dev5
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/cli/introduction.html
6
6
  Author: Tinybird
@@ -51,6 +51,11 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
51
51
  Changelog
52
52
  ----------
53
53
 
54
+ 5.3.1.dev5
55
+ **********
56
+
57
+ - `Fixed` Do not try to deploy shared Datafiles from the `vendor` folder on `tb deploy`
58
+
54
59
  5.3.1.dev4
55
60
  **********
56
61
 
@@ -1,10 +1,10 @@
1
- tinybird/__cli__.py,sha256=-AQFawOC9DMsWaXcGcwZAJ0gHR9aV-Sums9Qjc0yrcc,254
1
+ tinybird/__cli__.py,sha256=bBPetNXIddiPXy11RZx9ORPYJxgNWj1jIABLm0MPlh4,254
2
2
  tinybird/check_pypi.py,sha256=_4NkharLyR_ELrAdit-ftqIWvOf7jZNPt3i76frlo9g,975
3
3
  tinybird/client.py,sha256=X9WYDS8gf07w0vncMMO7eeZj7G1D4vJAv9_npf1Otak,48339
4
4
  tinybird/config.py,sha256=E0jDwbFD1zhdijNhtF8fg6mqIyKbZ8xpNPP_3n2PFpE,2003
5
5
  tinybird/connectors.py,sha256=lkpVSUmSuViEZBa4QjTK7YmPHUop0a5UFoTrSmlVq6k,15244
6
6
  tinybird/context.py,sha256=3KwB9TL-nON6qX9Mm5uev4CkrgLwYyNDvdFfQmNc0Cc,1171
7
- tinybird/datafile.py,sha256=9k5mfa6ODpC65pBbcdJLAvsunFNhFsOQqduuPWsJYUw,219404
7
+ tinybird/datafile.py,sha256=AQpMsvSRplsyVUpFXokaXNEW5UxQwTafcZ13y_acIsg,219704
8
8
  tinybird/datatypes.py,sha256=wwXaEy3l_UyfsH9xzYqBENQR7MSrFnDSvgS_CzLucOQ,10462
9
9
  tinybird/feedback_manager.py,sha256=Ks4ndSjLnxBv6HdE3QuJKpJsQvxWbHSDtqL8vvqMEgw,64780
10
10
  tinybird/git_settings.py,sha256=vu8sWb3TAXeM8Tqy27aR0el8MnPm7kqQzTRV76xB0ro,4707
@@ -36,8 +36,8 @@ tinybird/tb_cli_modules/workspace.py,sha256=TfKqSQuIk5JhG7Za4Z6e2uTwy4NhWPXLgZN2
36
36
  tinybird/tb_cli_modules/workspace_members.py,sha256=0nkaQJJdR_6rLnTeoK0eBkiDFnm4v7Z2oFGovY-jYMY,8446
37
37
  tinybird/tb_cli_modules/tinyunit/tinyunit.py,sha256=0dYYmZMMJVubxSPls2e_a-fqtUYvgLfu2B0xwLfkbHw,11667
38
38
  tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py,sha256=j92za8QbXrv4eIPjKBZPn9ghR-nYQ2wZZ88MeXyMWXE,1868
39
- tinybird_cli-5.3.1.dev4.dist-info/METADATA,sha256=H-Y-Xa85nBV17gTjUg-F337L8GqIyAoAuQWN8ffbvAg,74692
40
- tinybird_cli-5.3.1.dev4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
- tinybird_cli-5.3.1.dev4.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
- tinybird_cli-5.3.1.dev4.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
- tinybird_cli-5.3.1.dev4.dist-info/RECORD,,
39
+ tinybird_cli-5.3.1.dev5.dist-info/METADATA,sha256=Pk4dqsrJ2boONKiQTCOKiomRE9-ywQmInyDBjHs0snw,74804
40
+ tinybird_cli-5.3.1.dev5.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
+ tinybird_cli-5.3.1.dev5.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
+ tinybird_cli-5.3.1.dev5.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
+ tinybird_cli-5.3.1.dev5.dist-info/RECORD,,