mage-ai 0.8.5__py3-none-any.whl → 0.8.6__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.

Potentially problematic release.


This version of mage-ai might be problematic. Click here for more details.

Files changed (69) hide show
  1. mage_ai/api/presenters/OutputPresenter.py +1 -0
  2. mage_ai/data_preparation/models/block/__init__.py +6 -1
  3. mage_ai/data_preparation/models/block/dbt/__init__.py +4 -0
  4. mage_ai/data_preparation/models/block/dbt/utils/__init__.py +53 -36
  5. mage_ai/data_preparation/models/block/utils.py +2 -1
  6. mage_ai/io/postgres.py +10 -5
  7. mage_ai/server/constants.py +1 -1
  8. mage_ai/server/frontend_dist/404.html +2 -2
  9. mage_ai/server/frontend_dist/404.html.html +2 -2
  10. mage_ai/server/frontend_dist/_next/static/chunks/{2249-84de2142241f4925.js → 2249-70929b8c547bbc18.js} +1 -1
  11. mage_ai/server/frontend_dist/_next/static/chunks/{4846-0096ccafbe28a868.js → 4846-58b7e138009c98a2.js} +1 -1
  12. mage_ai/server/frontend_dist/_next/static/chunks/{5944-9488f2ddf3543b08.js → 5944-757b7898608a65e1.js} +1 -1
  13. mage_ai/server/frontend_dist/_next/static/chunks/{6641-fb7a8be8444f2dd4.js → 6641-a0ed2bd8f5dc777b.js} +1 -1
  14. mage_ai/server/frontend_dist/_next/static/chunks/8961-7a2143c4424c9217.js +1 -0
  15. mage_ai/server/frontend_dist/_next/static/chunks/{9140-836abb2721055e82.js → 9140-6f67e0879394373d.js} +1 -1
  16. mage_ai/server/frontend_dist/_next/static/chunks/9898-51ca6a904b7a2382.js +1 -0
  17. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a1e8869ed201ce7e.js +1 -0
  18. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-0678cf63c79072a7.js +1 -0
  19. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js +1 -0
  20. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/{block-runs-a6dbd67285ecc5a5.js → block-runs-8f23f7ca9efcb069.js} +1 -1
  21. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-d2bbafbb5b2c09e7.js +1 -0
  22. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js +1 -0
  23. mage_ai/server/frontend_dist/_next/static/chunks/pages/{triggers-dbce4f85a95ea336.js → triggers-e0172c422c95eda9.js} +1 -1
  24. mage_ai/server/frontend_dist/_next/static/{K0IzhmyaFuEHbzvE39__f → okm8eXXn0kUptL5A1B7a6}/_buildManifest.js +1 -1
  25. mage_ai/server/frontend_dist/index.html +2 -2
  26. mage_ai/server/frontend_dist/manage.html +2 -2
  27. mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
  28. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
  29. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
  30. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  31. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
  32. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
  33. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
  34. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
  35. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
  36. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
  37. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
  38. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
  39. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
  40. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  41. mage_ai/server/frontend_dist/pipelines.html +2 -2
  42. mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
  43. mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
  44. mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
  45. mage_ai/server/frontend_dist/settings.html +2 -2
  46. mage_ai/server/frontend_dist/sign-in.html +13 -13
  47. mage_ai/server/frontend_dist/terminal.html +2 -2
  48. mage_ai/server/frontend_dist/test.html +3 -3
  49. mage_ai/server/frontend_dist/triggers.html +2 -2
  50. mage_ai/server/utils/output_display.py +7 -0
  51. mage_ai/server/websocket_server.py +2 -2
  52. mage_ai/services/datadog/__init__.py +123 -0
  53. mage_ai/tests/services/datadog/__init__.py +0 -0
  54. mage_ai/tests/services/datadog/test_datadog.py +69 -0
  55. {mage_ai-0.8.5.dist-info → mage_ai-0.8.6.dist-info}/METADATA +2 -1
  56. {mage_ai-0.8.5.dist-info → mage_ai-0.8.6.dist-info}/RECORD +62 -59
  57. mage_ai/server/frontend_dist/_next/static/chunks/8961-e25997bc088e0d19.js +0 -1
  58. mage_ai/server/frontend_dist/_next/static/chunks/9898-91c6384c9bd33ca7.js +0 -1
  59. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-688184bd8b4d4f5c.js +0 -1
  60. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-3b2d760d97cec235.js +0 -1
  61. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-abce05c25bee218d.js +0 -1
  62. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-a056c0e384d39c9b.js +0 -1
  63. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-6a8545f96cc7b8f2.js +0 -1
  64. /mage_ai/server/frontend_dist/_next/static/{K0IzhmyaFuEHbzvE39__f → okm8eXXn0kUptL5A1B7a6}/_middlewareManifest.js +0 -0
  65. /mage_ai/server/frontend_dist/_next/static/{K0IzhmyaFuEHbzvE39__f → okm8eXXn0kUptL5A1B7a6}/_ssgManifest.js +0 -0
  66. {mage_ai-0.8.5.dist-info → mage_ai-0.8.6.dist-info}/LICENSE +0 -0
  67. {mage_ai-0.8.5.dist-info → mage_ai-0.8.6.dist-info}/WHEEL +0 -0
  68. {mage_ai-0.8.5.dist-info → mage_ai-0.8.6.dist-info}/entry_points.txt +0 -0
  69. {mage_ai-0.8.5.dist-info → mage_ai-0.8.6.dist-info}/top_level.txt +0 -0
@@ -5,6 +5,7 @@ class OutputPresenter(BasePresenter):
5
5
  default_attributes = [
6
6
  'sample_data',
7
7
  'shape',
8
+ 'text_data',
8
9
  'type',
9
10
  'variable_uuid',
10
11
  ]
@@ -569,6 +569,7 @@ class Block:
569
569
  dynamic_block_index: int = None,
570
570
  dynamic_block_uuid: str = None,
571
571
  dynamic_upstream_block_uuids: List[str] = None,
572
+ run_settings: Dict = None,
572
573
  ) -> Dict:
573
574
  try:
574
575
  if not run_all_blocks:
@@ -598,6 +599,7 @@ class Block:
598
599
  runtime_arguments=runtime_arguments,
599
600
  dynamic_block_index=dynamic_block_index,
600
601
  dynamic_upstream_block_uuids=dynamic_upstream_block_uuids,
602
+ run_settings=run_settings,
601
603
  )
602
604
  block_output = output['output'] or []
603
605
  variable_mapping = dict()
@@ -776,6 +778,7 @@ class Block:
776
778
  runtime_arguments: Dict = None,
777
779
  dynamic_block_index: int = None,
778
780
  dynamic_upstream_block_uuids: List[str] = None,
781
+ run_settings: Dict = None,
779
782
  ) -> Dict:
780
783
  # Add pipeline uuid and block uuid to global_vars
781
784
  global_vars = merge_dict(
@@ -824,7 +827,8 @@ class Block:
824
827
  test_execution=test_execution,
825
828
  input_from_output=input_from_output,
826
829
  runtime_arguments=runtime_arguments,
827
- upstream_block_uuids=upstream_block_uuids
830
+ upstream_block_uuids=upstream_block_uuids,
831
+ run_settings=run_settings,
828
832
  )
829
833
 
830
834
  output_message = dict(output=outputs)
@@ -844,6 +848,7 @@ class Block:
844
848
  input_from_output: Dict = None,
845
849
  runtime_arguments: Dict = None,
846
850
  upstream_block_uuids: List[str] = None,
851
+ run_settings: Dict = None,
847
852
  ) -> List:
848
853
  decorated_functions = []
849
854
  test_functions = []
@@ -100,10 +100,14 @@ class DBTBlock(Block):
100
100
  global_vars: Dict = None,
101
101
  test_execution: bool = False,
102
102
  runtime_arguments: Dict = None,
103
+ run_settings: Dict = None,
103
104
  **kwargs,
104
105
  ) -> List:
105
106
  variables = merge_dict(global_vars, runtime_arguments or {})
106
107
 
108
+ if run_settings and run_settings.get('run_model', False):
109
+ test_execution = False
110
+
107
111
  dbt_command, args, command_line_dict = build_command_line_arguments(
108
112
  self,
109
113
  variables,
@@ -620,6 +620,49 @@ def interpolate_input(
620
620
  return query
621
621
 
622
622
 
623
+ def interpolate_refs_with_table_names(
624
+ query_string: str,
625
+ block: Block,
626
+ profile_target: str,
627
+ configuration: Dict,
628
+ ):
629
+ profile = get_profile(block, profile_target)
630
+
631
+ profile_type = profile.get('type')
632
+ quote_str = ''
633
+ if DataSource.POSTGRES == profile_type:
634
+ database = profile['dbname']
635
+ schema = profile['schema']
636
+ quote_str = '"'
637
+ elif DataSource.MYSQL == profile_type:
638
+ database = configuration['data_provider_database']
639
+ schema = None
640
+ quote_str = '`'
641
+ elif DataSource.BIGQUERY == profile_type:
642
+ database = profile['project']
643
+ schema = profile['dataset']
644
+ quote_str = '`'
645
+ elif DataSource.REDSHIFT == profile_type:
646
+ database = profile['dbname']
647
+ schema = profile['schema']
648
+ quote_str = '"'
649
+ elif DataSource.SNOWFLAKE == profile_type:
650
+ database = profile['database']
651
+ schema = profile['schema']
652
+ elif DataSource.TRINO == profile_type:
653
+ database = profile['catalog']
654
+ schema = profile['schema']
655
+
656
+ return interpolate_input(
657
+ block,
658
+ query_string,
659
+ configuration=configuration,
660
+ profile_database=database,
661
+ profile_schema=schema,
662
+ quote_str=quote_str,
663
+ )
664
+
665
+
623
666
  def query_from_compiled_sql(block, profile_target: str, limit: int = None) -> DataFrame:
624
667
  attr = parse_attributes(block)
625
668
 
@@ -632,46 +675,20 @@ def query_from_compiled_sql(block, profile_target: str, limit: int = None) -> Da
632
675
  project_full_path = attr['project_full_path']
633
676
  file_path = attr['file_path']
634
677
 
635
- profile = get_profile(block, profile_target)
636
-
637
678
  file = f'{project_full_path}/target/compiled/{file_path}'
638
679
 
639
680
  with open(file, 'r') as f:
640
681
  query_string = f.read()
641
682
 
642
- profile_type = profile.get('type')
643
- quote_str = ''
644
- if DataSource.POSTGRES == profile_type:
645
- database = profile['dbname']
646
- schema = profile['schema']
647
- quote_str = '"'
648
- elif DataSource.MYSQL == profile_type:
649
- database = configuration['data_provider_database']
650
- schema = None
651
- quote_str = '`'
652
- elif DataSource.BIGQUERY == profile_type:
653
- database = profile['project']
654
- schema = profile['dataset']
655
- quote_str = '`'
656
- elif DataSource.REDSHIFT == profile_type:
657
- database = profile['dbname']
658
- schema = profile['schema']
659
- quote_str = '"'
660
- elif DataSource.SNOWFLAKE == profile_type:
661
- database = profile['database']
662
- schema = profile['schema']
663
- elif DataSource.TRINO == profile_type:
664
- database = profile['catalog']
665
- schema = profile['schema']
666
-
667
- query_string = interpolate_input(
668
- block,
669
- query_string,
670
- configuration=configuration,
671
- profile_database=database,
672
- profile_schema=schema,
673
- quote_str=quote_str,
674
- )
683
+ # TODO (tommy dang): this was needed because we didn’t want to create model tables and
684
+ # so we’d create a table to store the model results without creating the model.
685
+ # However, we’re requiring people to run the model and create the model table to use ref.
686
+ # query_string = interpolate_refs_with_table_names(
687
+ # query_string,
688
+ # block,
689
+ # profile_target=profile_target,
690
+ # configuration=configuration,
691
+ # )
675
692
 
676
693
  shared_kwargs = {}
677
694
  if limit is not None:
@@ -716,7 +733,7 @@ def build_command_line_arguments(
716
733
  test_execution: bool = False,
717
734
  ) -> Tuple[str, List[str], Dict]:
718
735
  variables = merge_dict(
719
- variables,
736
+ variables or {},
720
737
  get_global_variables(block.pipeline.uuid) if block.pipeline else {},
721
738
  )
722
739
  dbt_command = 'test' if run_tests else 'run'
@@ -45,7 +45,8 @@ def create_block_runs_from_dynamic_block(
45
45
 
46
46
  values = []
47
47
  block_metadata = []
48
- for idx, output_name in enumerate(block.output_variables()):
48
+ output_vars = block.output_variables(execution_partition=execution_partition)
49
+ for idx, output_name in enumerate(output_vars):
49
50
  if idx == 0:
50
51
  values = block.pipeline.variable_manager.get_variable(
51
52
  block.pipeline.uuid,
mage_ai/io/postgres.py CHANGED
@@ -192,9 +192,14 @@ class Postgres(BaseSQL):
192
192
  full_table_name: str,
193
193
  buffer: Union[IO, None] = None
194
194
  ) -> None:
195
- df.to_csv(buffer, index=False, header=False)
195
+ columns_names = ', '.join(df.columns)
196
+ df.to_csv(buffer, index=False, header=False, na_rep='')
196
197
  buffer.seek(0)
197
- cursor.copy_expert(
198
- f'COPY {full_table_name} FROM STDIN (FORMAT csv, DELIMITER \',\', NULL \'\');',
199
- buffer,
200
- )
198
+ cursor.copy_expert(f"""
199
+ COPY {full_table_name} FROM STDIN (
200
+ FORMAT csv
201
+ , DELIMITER \',\'
202
+ , NULL \'\'
203
+ , FORCE_NULL({columns_names})
204
+ );
205
+ """, buffer)
@@ -12,4 +12,4 @@ DATAFRAME_OUTPUT_SAMPLE_COUNT = 10
12
12
  # Dockerfile depends on it because it runs ./scripts/install_mage.sh and uses
13
13
  # the last line to determine the version to install.
14
14
  VERSION = \
15
- '0.8.5'
15
+ '0.8.6'
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0aed65f2e085822e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/K0IzhmyaFuEHbzvE39__f/_buildManifest.js" defer=""></script><script src="/_next/static/K0IzhmyaFuEHbzvE39__f/_ssgManifest.js" defer=""></script><script src="/_next/static/K0IzhmyaFuEHbzvE39__f/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0aed65f2e085822e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/okm8eXXn0kUptL5A1B7a6/_buildManifest.js" defer=""></script><script src="/_next/static/okm8eXXn0kUptL5A1B7a6/_ssgManifest.js" defer=""></script><script src="/_next/static/okm8eXXn0kUptL5A1B7a6/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
2
2
  *,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
3
3
  data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
4
4
  .kOVcuR .Toastify__toast-container{margin-top:24px;padding:0 !important;width:500px !important;}/*!sc*/
@@ -19,4 +19,4 @@ data-styled.g5[id="ToastWrapper-sc-1a33ph1-0"]{content:"kOVcuR,"}/*!sc*/
19
19
  .next-error-h1 {
20
20
  border-right: 1px solid rgba(255, 255, 255, .3);
21
21
  }
22
- }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"K0IzhmyaFuEHbzvE39__f","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
22
+ }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"okm8eXXn0kUptL5A1B7a6","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0aed65f2e085822e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/K0IzhmyaFuEHbzvE39__f/_buildManifest.js" defer=""></script><script src="/_next/static/K0IzhmyaFuEHbzvE39__f/_ssgManifest.js" defer=""></script><script src="/_next/static/K0IzhmyaFuEHbzvE39__f/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0aed65f2e085822e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/okm8eXXn0kUptL5A1B7a6/_buildManifest.js" defer=""></script><script src="/_next/static/okm8eXXn0kUptL5A1B7a6/_ssgManifest.js" defer=""></script><script src="/_next/static/okm8eXXn0kUptL5A1B7a6/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
2
2
  *,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
3
3
  data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
4
4
  .kOVcuR .Toastify__toast-container{margin-top:24px;padding:0 !important;width:500px !important;}/*!sc*/
@@ -19,4 +19,4 @@ data-styled.g5[id="ToastWrapper-sc-1a33ph1-0"]{content:"kOVcuR,"}/*!sc*/
19
19
  .next-error-h1 {
20
20
  border-right: 1px solid rgba(255, 255, 255, .3);
21
21
  }
22
- }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"K0IzhmyaFuEHbzvE39__f","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
22
+ }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"okm8eXXn0kUptL5A1B7a6","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2249],{92953:function(e,n,i){var t;i.d(n,{a:function(){return t}}),function(e){e.BLOCK_RUNS="block_runs",e.BLOCK_RUNTIME="block_runtime",e.PIPELINE_RUNS="pipeline_runs"}(t||(t={}))},87465:function(e,n,i){i.d(n,{Z:function(){return g}});i(82684);var t=i(34376),r=i(87372),l=i(2626),o=i(86673),s=i(19711),c=i(2850),u=i(9518),d=i(23831),p=i(49125),a=u.default.div.withConfig({displayName:"indexstyle__LinkStyle",componentId:"sc-1in9sst-0"})(["padding:","px ","px;"," ",""],p.iI,p.tr,(function(e){return e.selected&&"\n background-color: ".concat((e.theme.interactive||d.Z.interactive).checked,";\n ")}),(function(e){return!e.selected&&"\n cursor: pointer;\n "})),f=i(92953),h=i(59920),C=i(28598);var g=function(e){var n=e.breadcrumbs,i=e.children,u=e.monitorType,d=e.pipeline,g=e.subheader,m=(0,t.useRouter)();return(0,C.jsx)(l.Z,{before:(0,C.jsxs)(c.M,{children:[(0,C.jsx)(o.Z,{p:p.cd,children:(0,C.jsx)(r.Z,{level:4,muted:!0,children:"Insights"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors"))},selected:f.a.PIPELINE_RUNS==u,children:(0,C.jsx)(s.ZP,{children:"Pipeline runs"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors/block-runs","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors/block-runs"))},selected:f.a.BLOCK_RUNS==u,children:(0,C.jsx)(s.ZP,{children:"Block runs"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors/block-runtime","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors/block-runtime"))},selected:f.a.BLOCK_RUNTIME==u,children:(0,C.jsx)(s.ZP,{children:"Block runtime"})})]}),breadcrumbs:n,pageName:h.M.MONITOR,pipeline:d,subheader:g,uuid:"pipeline/monitor",children:i})}},2850:function(e,n,i){i.d(n,{M:function(){return s},W:function(){return o}});var t=i(9518),r=i(23831),l=i(3055),o=34*i(49125).iI,s=t.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);",""],l.Mz,(function(e){return"\n border-left: 1px solid ".concat((e.theme.borders||r.Z.borders).medium,";\n ")}))},59920:function(e,n,i){var t;i.d(n,{M:function(){return t}}),function(e){e.BACKFILLS="backfills",e.BLOCK_RUNS="block_runs",e.EDIT="edit",e.MONITOR="monitor",e.PIPELINE_LOGS="pipeline_logs",e.PIPELINE_RUNS="pipeline_runs",e.RUNS="runs",e.SYNCS="syncs",e.TRIGGERS="triggers"}(t||(t={}))},2626:function(e,n,i){i.d(n,{Z:function(){return E}});var t=i(21831),r=i(75582),l=i(82684),o=i(83455),s=i(34376),c=i(28598);var u=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.67625 7.82429C8.48671 8.13404 8.61933 8.53116 8.9436 8.69464C9.26787 8.85812 9.6606 8.72561 9.85513 8.41896C10.5416 7.33682 11.5276 6.47056 12.6997 5.92987C14.0715 5.29701 15.6173 5.14749 17.085 5.50568C18.5526 5.86388 19.8557 6.70866 20.7818 7.90233C21.7079 9.096 22.2023 10.5682 22.1845 12.0788C22.1667 13.5895 21.6377 15.0496 20.6837 16.2211C19.7298 17.3926 18.4071 18.2064 16.9314 18.5299C15.4557 18.8534 13.9139 18.6675 12.5573 18.0024C11.3984 17.4343 10.433 16.545 9.77227 15.447C9.58502 15.1358 9.19553 14.9941 8.86749 15.1499C8.53946 15.3057 8.39751 15.6995 8.5797 16.0137C9.37152 17.379 10.5525 18.4842 11.9785 19.1832C13.6018 19.9791 15.4469 20.2016 17.213 19.8145C18.979 19.4273 20.5619 18.4534 21.7035 17.0514C22.8451 15.6495 23.4781 13.9022 23.4994 12.0943C23.5208 10.2865 22.9291 8.52472 21.8208 7.09623C20.7126 5.66774 19.1532 4.65677 17.3968 4.22811C15.6403 3.79945 13.7905 3.97839 12.1488 4.73574C10.7068 5.40099 9.50004 6.47805 8.67625 7.82429ZM0.219185 12.5303C-0.0737079 12.2375 -0.0737079 11.7626 0.219185 11.4697L4.71918 6.96968C5.01208 6.67679 5.48695 6.67679 5.77985 6.96968C6.07274 7.26258 6.07274 7.73745 5.77985 8.03034L2.56017 11.25L15.7495 11.25C16.1637 11.25 16.4995 11.5858 16.4995 12C16.4995 12.4142 16.1637 12.75 15.7495 12.75L2.56017 12.75L5.77985 15.9697C6.07274 16.2626 6.07274 16.7375 5.77985 17.0303C5.48695 17.3232 5.01208 17.3232 4.71918 17.0303L0.219185 12.5303Z",fill:"url(#paint0_linear_7525_68660)"})}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},d=i(16953),p=i(61519);var a=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.25 1C23.25 0.585786 22.9142 0.25 22.5 0.25C22.0858 0.25 21.75 0.585786 21.75 1V15.5C21.75 15.9142 22.0858 16.25 22.5 16.25C22.9142 16.25 23.25 15.9142 23.25 15.5V1ZM5 4.25C5.41421 4.25 5.75 4.58579 5.75 5V15.5C5.75 15.9142 5.41421 16.25 5 16.25C4.58579 16.25 4.25 15.9142 4.25 15.5V5C4.25 4.58579 4.58579 4.25 5 4.25ZM1.5 7.25C1.91421 7.25 2.25 7.58579 2.25 8V15.5C2.25 15.9142 1.91421 16.25 1.5 16.25C1.08579 16.25 0.75 15.9142 0.75 15.5V8C0.75 7.58579 1.08579 7.25 1.5 7.25ZM9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25C8.08579 6.25 7.75 6.58579 7.75 7V15.5C7.75 15.9142 8.08579 16.25 8.5 16.25C8.91421 16.25 9.25 15.9142 9.25 15.5V7ZM12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V9.5C11.25 9.08579 11.5858 8.75 12 8.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V15.5C14.75 15.9142 15.0858 16.25 15.5 16.25C15.9142 16.25 16.25 15.9142 16.25 15.5V11.5ZM19 9.25C19.4142 9.25 19.75 9.58579 19.75 10V15.5C19.75 15.9142 19.4142 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5V10C18.25 9.58579 18.5858 9.25 19 9.25Z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},f=i(70434),h=i(34744),C=i(67971),g=i(87372),m=i(98781),b=i(29664),x=i(86673);var v=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 17c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2zm1.5 0c0 1.933-1.567 3.5-3.5 3.5S1.5 18.933 1.5 17s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5zm2.25-.5c0-.4142.3358-.75.75-.75H22c.4142 0 .75.3358.75.75s-.3358.75-.75.75H11.5c-.4142 0-.75-.3358-.75-.75zM8.68946 4.29563c.16317-.38072-.0132-.82163-.39392-.9848-.38072-.16316-.82163.0132-.9848.39392L5.06418 8.94674c-.07952.18554-.3348.2052-.44179.03402L3.1361 6.60269c-.21953-.35125-.68225-.45803-1.0335-.2385-.35125.21954-.45803.68225-.2385 1.0335l1.48629 2.37807c.74892 1.19824 2.53587 1.06064 3.0925-.23814l2.24657-5.24199zM11.5 6.75c-.4142 0-.75.33579-.75.75s.3358.75.75.75H22c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75H11.5z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},I=i(82531),_=i(10503),k=i(9518),S=i(23831),M=i(73942),j=i(49125),Z=k.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],M.n_,3*j.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||S.Z.shadow).small,";\n ")}),(function(e){return e.background&&"\n background: ".concat(e.background,";\n ")}),(function(e){return e.backgroundImage&&'\n background-image: url("'.concat(e.backgroundImage,'");\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n ')})),w=i(3055),N=i(59920),P=i(96510),R=i(90211),y=i(24141);var E=function(e){var n=e.after,i=e.afterHidden,k=e.afterWidth,S=e.before,M=e.beforeWidth,E=e.breadcrumbs,L=e.buildSidekick,V=e.children,B=e.headline,H=e.pageName,O=e.pipeline,D=e.subheader,U=e.subheaderBackground,T=e.subheaderBackgroundImage,G=e.subheaderButton,z=e.subheaderText,A=e.title,F=e.uuid,K=(0,s.useRouter)(),Y=(0,y.i)().height,W=O.uuid,q=I.ZP.pipelines.detail(W,{includes_outputs:!1},{revalidateOnFocus:!1}).data,J=null===q||void 0===q?void 0:q.pipeline,Q=(0,o.Db)(I.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(e){var n=e.pipeline.uuid;K.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))}})}}),X=(0,r.Z)(Q,1)[0],$=(0,o.Db)((function(e){return I.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(){K.push("/pipelines")}})}}),ee=(0,r.Z)($,1)[0],ne=[{label:function(){return"New standard pipeline"},onClick:function(){return X({pipeline:{name:(0,R.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return X({pipeline:{name:(0,R.Y6)(),type:m.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return ee(W)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ie=(0,l.useMemo)((function(){return n||(L?L({height:Y,heightOffset:w.Mz,pipeline:J}):null)}),[n,L,Y,J]),te=k||(ie?50*j.iI:null),re=(0,l.useMemo)((function(){var e=[];return J&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),E?(e.push({label:function(){return J.uuid},linkProps:{as:"/pipelines/".concat(W,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,t.Z)(E)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return J.name}})),e}),[E,J]),le=[{Icon:_.Pf,IconSelected:b.Z,id:N.M.TRIGGERS,label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(W,"/triggers"),href:"/pipelines/[pipeline]/triggers"},isSelected:function(){return N.M.TRIGGERS===H}},{Icon:_.pd,IconSelected:p.Z,id:N.M.RUNS,label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(W,"/runs"),href:"/pipelines/[pipeline]/runs"},isSelected:function(){return N.M.RUNS===H}},{Icon:_.yg,IconSelected:u,id:N.M.BACKFILLS,label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(W,"/backfills"),href:"/pipelines/[pipeline]/backfills"},isSelected:function(){return N.M.BACKFILLS===H}},{Icon:_.B4,IconSelected:v,id:N.M.PIPELINE_LOGS,label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(W,"/logs"),href:"/pipelines/[pipeline]/logs"},isSelected:function(){return N.M.PIPELINE_LOGS===H}},{Icon:_.kL,IconSelected:a,id:N.M.MONITOR,label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(W,"/monitors"),href:"/pipelines/[pipeline]/monitors"},isSelected:function(){return N.M.MONITOR===H}}];return m.q.INTEGRATION===(null===J||void 0===J?void 0:J.type)&&le.unshift({Icon:_.Re,IconSelected:d.Z,id:N.M.SYNCS,label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(W,"/syncs"),href:"/pipelines/[pipeline]/syncs"},isSelected:function(){return N.M.SYNCS===H}}),le.unshift({Icon:null,IconSelected:null,id:N.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(W,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,c.jsxs)(f.Z,{after:ie,afterHidden:i,afterWidth:te,before:S,beforeWidth:M,breadcrumbs:re,headerMenuItems:ne,navigationItems:le,subheaderChildren:"undefined"!==typeof D&&D,title:J?A?A(J):J.name:null,uuid:F,children:[(G||z)&&(0,c.jsx)(x.Z,{mb:j.Mq,mt:j.cd,mx:j.cd,children:(0,c.jsx)(Z,{background:U,backgroundImage:T,children:(0,c.jsxs)(C.Z,{alignItems:"center",children:[G,z&&(0,c.jsx)(x.Z,{ml:3}),z]})})}),B&&(0,c.jsx)(x.Z,{p:j.cd,children:(0,c.jsxs)(x.Z,{mt:j.cd,px:j.cd,children:[(0,c.jsx)(g.Z,{level:5,children:B}),(0,c.jsx)(h.Z,{light:!0,mt:j.cd,short:!0})]})}),V]})}},52359:function(e,n,i){var t=i(9518).default.div.withConfig({displayName:"YAxisLabelContainer",componentId:"sc-qwp21x-0"})(["-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);white-space:nowrap;"]);n.Z=t},344:function(e,n,i){i.d(n,{P5:function(){return r},Vs:function(){return l}});i(90211);var t=Intl.NumberFormat("en-US",{notation:"compact",maximumFractionDigits:2});function r(e){return"number"!==typeof e?e:e>=1e4?t.format(e):e.toString()}function l(e,n,i){var t,r;if("undefined"===typeof e||"undefined"===typeof n)return 0;var l=null===e||void 0===e||null===(t=e(n,i))||void 0===t||null===(r=t.props)||void 0===r?void 0:r.children;return(Array.isArray(l)?l:[l]).join("").length}},16953:function(e,n,i){var t=i(28598);n.Z=function(e){var n=e.size;return(0,t.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 8.5H15.5V3.5H20.5V8.5ZM14 9V3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55229 21.5523 10 21 10H15C14.4477 10 14 9.55229 14 9ZM2 5V12.5V14V21.5C2 22.0523 2.44772 22.5 3 22.5H10.5H12H19.5C20.0523 22.5 20.5 22.0523 20.5 21.5V13.5C20.5 12.9477 20.0523 12.5 19.5 12.5H12V5C12 4.44772 11.5523 4 11 4H3C2.44772 4 2 4.44772 2 5ZM10.5 14V21H3.5V14H10.5ZM19 14V21H12V14H19ZM10.5 5.5V12.5H3.5V5.5H10.5Z",fill:"url(#paint0_linear_2842_55048)"}),(0,t.jsx)("defs",{children:(0,t.jsxs)("linearGradient",{id:"paint0_linear_2842_55048",x1:"2",y1:"12.25",x2:"22",y2:"12.25",gradientUnits:"userSpaceOnUse",children:[(0,t.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,t.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2249],{92953:function(e,n,i){var t;i.d(n,{a:function(){return t}}),function(e){e.BLOCK_RUNS="block_runs",e.BLOCK_RUNTIME="block_runtime",e.PIPELINE_RUNS="pipeline_runs"}(t||(t={}))},87465:function(e,n,i){i.d(n,{Z:function(){return g}});i(82684);var t=i(34376),r=i(87372),l=i(2626),o=i(86673),s=i(19711),c=i(2850),u=i(9518),d=i(23831),p=i(49125),a=u.default.div.withConfig({displayName:"indexstyle__LinkStyle",componentId:"sc-1in9sst-0"})(["padding:","px ","px;"," ",""],p.iI,p.tr,(function(e){return e.selected&&"\n background-color: ".concat((e.theme.interactive||d.Z.interactive).checked,";\n ")}),(function(e){return!e.selected&&"\n cursor: pointer;\n "})),f=i(92953),h=i(59920),C=i(28598);var g=function(e){var n=e.breadcrumbs,i=e.children,u=e.monitorType,d=e.pipeline,g=e.subheader,m=(0,t.useRouter)();return(0,C.jsx)(l.Z,{before:(0,C.jsxs)(c.M,{children:[(0,C.jsx)(o.Z,{p:p.cd,children:(0,C.jsx)(r.Z,{level:4,muted:!0,children:"Insights"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors"))},selected:f.a.PIPELINE_RUNS==u,children:(0,C.jsx)(s.ZP,{children:"Pipeline runs"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors/block-runs","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors/block-runs"))},selected:f.a.BLOCK_RUNS==u,children:(0,C.jsx)(s.ZP,{children:"Block runs"})}),(0,C.jsx)(a,{onClick:function(e){e.preventDefault(),m.push("/pipelines/[pipeline]/monitors/block-runtime","/pipelines/".concat(null===d||void 0===d?void 0:d.uuid,"/monitors/block-runtime"))},selected:f.a.BLOCK_RUNTIME==u,children:(0,C.jsx)(s.ZP,{children:"Block runtime"})})]}),breadcrumbs:n,pageName:h.M.MONITOR,pipeline:d,subheader:g,uuid:"pipeline/monitor",children:i})}},2850:function(e,n,i){i.d(n,{M:function(){return s},W:function(){return o}});var t=i(9518),r=i(23831),l=i(3055),o=34*i(49125).iI,s=t.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);",""],l.Mz,(function(e){return"\n border-left: 1px solid ".concat((e.theme.borders||r.Z.borders).medium,";\n ")}))},59920:function(e,n,i){var t;i.d(n,{M:function(){return t}}),function(e){e.BACKFILLS="backfills",e.BLOCK_RUNS="block_runs",e.EDIT="edit",e.MONITOR="monitor",e.PIPELINE_LOGS="pipeline_logs",e.PIPELINE_RUNS="pipeline_runs",e.RUNS="runs",e.SYNCS="syncs",e.TRIGGERS="triggers"}(t||(t={}))},2626:function(e,n,i){i.d(n,{Z:function(){return E}});var t=i(21831),r=i(75582),l=i(82684),o=i(83455),s=i(34376),c=i(28598);var u=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.67625 7.82429C8.48671 8.13404 8.61933 8.53116 8.9436 8.69464C9.26787 8.85812 9.6606 8.72561 9.85513 8.41896C10.5416 7.33682 11.5276 6.47056 12.6997 5.92987C14.0715 5.29701 15.6173 5.14749 17.085 5.50568C18.5526 5.86388 19.8557 6.70866 20.7818 7.90233C21.7079 9.096 22.2023 10.5682 22.1845 12.0788C22.1667 13.5895 21.6377 15.0496 20.6837 16.2211C19.7298 17.3926 18.4071 18.2064 16.9314 18.5299C15.4557 18.8534 13.9139 18.6675 12.5573 18.0024C11.3984 17.4343 10.433 16.545 9.77227 15.447C9.58502 15.1358 9.19553 14.9941 8.86749 15.1499C8.53946 15.3057 8.39751 15.6995 8.5797 16.0137C9.37152 17.379 10.5525 18.4842 11.9785 19.1832C13.6018 19.9791 15.4469 20.2016 17.213 19.8145C18.979 19.4273 20.5619 18.4534 21.7035 17.0514C22.8451 15.6495 23.4781 13.9022 23.4994 12.0943C23.5208 10.2865 22.9291 8.52472 21.8208 7.09623C20.7126 5.66774 19.1532 4.65677 17.3968 4.22811C15.6403 3.79945 13.7905 3.97839 12.1488 4.73574C10.7068 5.40099 9.50004 6.47805 8.67625 7.82429ZM0.219185 12.5303C-0.0737079 12.2375 -0.0737079 11.7626 0.219185 11.4697L4.71918 6.96968C5.01208 6.67679 5.48695 6.67679 5.77985 6.96968C6.07274 7.26258 6.07274 7.73745 5.77985 8.03034L2.56017 11.25L15.7495 11.25C16.1637 11.25 16.4995 11.5858 16.4995 12C16.4995 12.4142 16.1637 12.75 15.7495 12.75L2.56017 12.75L5.77985 15.9697C6.07274 16.2626 6.07274 16.7375 5.77985 17.0303C5.48695 17.3232 5.01208 17.3232 4.71918 17.0303L0.219185 12.5303Z",fill:"url(#paint0_linear_7525_68660)"})}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},d=i(16953),p=i(61519);var a=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.25 1C23.25 0.585786 22.9142 0.25 22.5 0.25C22.0858 0.25 21.75 0.585786 21.75 1V15.5C21.75 15.9142 22.0858 16.25 22.5 16.25C22.9142 16.25 23.25 15.9142 23.25 15.5V1ZM5 4.25C5.41421 4.25 5.75 4.58579 5.75 5V15.5C5.75 15.9142 5.41421 16.25 5 16.25C4.58579 16.25 4.25 15.9142 4.25 15.5V5C4.25 4.58579 4.58579 4.25 5 4.25ZM1.5 7.25C1.91421 7.25 2.25 7.58579 2.25 8V15.5C2.25 15.9142 1.91421 16.25 1.5 16.25C1.08579 16.25 0.75 15.9142 0.75 15.5V8C0.75 7.58579 1.08579 7.25 1.5 7.25ZM9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25C8.08579 6.25 7.75 6.58579 7.75 7V15.5C7.75 15.9142 8.08579 16.25 8.5 16.25C8.91421 16.25 9.25 15.9142 9.25 15.5V7ZM12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V9.5C11.25 9.08579 11.5858 8.75 12 8.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V15.5C14.75 15.9142 15.0858 16.25 15.5 16.25C15.9142 16.25 16.25 15.9142 16.25 15.5V11.5ZM19 9.25C19.4142 9.25 19.75 9.58579 19.75 10V15.5C19.75 15.9142 19.4142 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5V10C18.25 9.58579 18.5858 9.25 19 9.25Z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},f=i(70434),h=i(34744),C=i(67971),g=i(87372),m=i(98781),b=i(29664),x=i(86673);var v=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 17c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2zm1.5 0c0 1.933-1.567 3.5-3.5 3.5S1.5 18.933 1.5 17s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5zm2.25-.5c0-.4142.3358-.75.75-.75H22c.4142 0 .75.3358.75.75s-.3358.75-.75.75H11.5c-.4142 0-.75-.3358-.75-.75zM8.68946 4.29563c.16317-.38072-.0132-.82163-.39392-.9848-.38072-.16316-.82163.0132-.9848.39392L5.06418 8.94674c-.07952.18554-.3348.2052-.44179.03402L3.1361 6.60269c-.21953-.35125-.68225-.45803-1.0335-.2385-.35125.21954-.45803.68225-.2385 1.0335l1.48629 2.37807c.74892 1.19824 2.53587 1.06064 3.0925-.23814l2.24657-5.24199zM11.5 6.75c-.4142 0-.75.33579-.75.75s.3358.75.75.75H22c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75H11.5z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},I=i(82531),_=i(10503),k=i(9518),S=i(23831),M=i(73942),j=i(49125),Z=k.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],M.n_,3*j.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||S.Z.shadow).small,";\n ")}),(function(e){return e.background&&"\n background: ".concat(e.background,";\n ")}),(function(e){return e.backgroundImage&&'\n background-image: url("'.concat(e.backgroundImage,'");\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n ')})),w=i(3055),N=i(59920),P=i(96510),R=i(90211),y=i(24141);var E=function(e){var n=e.after,i=e.afterHidden,k=e.afterWidth,S=e.before,M=e.beforeWidth,E=e.breadcrumbs,L=e.buildSidekick,V=e.children,B=e.headline,H=e.pageName,O=e.pipeline,D=e.subheader,U=e.subheaderBackground,T=e.subheaderBackgroundImage,G=e.subheaderButton,z=e.subheaderText,A=e.title,F=e.uuid,K=(0,s.useRouter)(),Y=(0,y.i)().height,W=O.uuid,q=I.ZP.pipelines.detail(W,{includes_outputs:!1},{revalidateOnFocus:!1}).data,J=null===q||void 0===q?void 0:q.pipeline,Q=(0,o.Db)(I.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(e){var n=e.pipeline.uuid;K.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))}})}}),X=(0,r.Z)(Q,1)[0],$=(0,o.Db)((function(e){return I.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,P.wD)(e,{callback:function(){K.push("/pipelines")}})}}),ee=(0,r.Z)($,1)[0],ne=[{label:function(){return"New standard pipeline"},onClick:function(){return X({pipeline:{name:(0,R.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return X({pipeline:{name:(0,R.Y6)(),type:m.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return ee(W)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ie=(0,l.useMemo)((function(){return n||(L?L({height:Y,heightOffset:w.Mz,pipeline:J}):null)}),[n,L,Y,J]),te=k||(ie?50*j.iI:null),re=(0,l.useMemo)((function(){var e=[];return J&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),E?(e.push({label:function(){return J.uuid},linkProps:{as:"/pipelines/".concat(W,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,t.Z)(E)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return J.name}})),e}),[E,J,W]),le=[{Icon:_.Pf,IconSelected:b.Z,id:N.M.TRIGGERS,isSelected:function(){return N.M.TRIGGERS===H},label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(W,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{Icon:_.pd,IconSelected:p.Z,id:N.M.RUNS,isSelected:function(){return N.M.RUNS===H},label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(W,"/runs"),href:"/pipelines/[pipeline]/runs"}},{Icon:_.yg,IconSelected:u,id:N.M.BACKFILLS,isSelected:function(){return N.M.BACKFILLS===H},label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(W,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{Icon:_.B4,IconSelected:v,id:N.M.PIPELINE_LOGS,isSelected:function(){return N.M.PIPELINE_LOGS===H},label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(W,"/logs"),href:"/pipelines/[pipeline]/logs"}},{Icon:_.kL,IconSelected:a,id:N.M.MONITOR,isSelected:function(){return N.M.MONITOR===H},label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(W,"/monitors"),href:"/pipelines/[pipeline]/monitors"}}];return m.q.INTEGRATION===(null===J||void 0===J?void 0:J.type)&&le.unshift({Icon:_.Re,IconSelected:d.Z,id:N.M.SYNCS,isSelected:function(){return N.M.SYNCS===H},label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(W,"/syncs"),href:"/pipelines/[pipeline]/syncs"}}),le.unshift({Icon:null,IconSelected:null,id:N.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(W,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,c.jsxs)(f.Z,{after:ie,afterHidden:i,afterWidth:te,before:S,beforeWidth:M,breadcrumbs:re,headerMenuItems:ne,navigationItems:le,subheaderChildren:"undefined"!==typeof D&&D,title:J?A?A(J):J.name:null,uuid:F,children:[(G||z)&&(0,c.jsx)(x.Z,{mb:j.Mq,mt:j.cd,mx:j.cd,children:(0,c.jsx)(Z,{background:U,backgroundImage:T,children:(0,c.jsxs)(C.Z,{alignItems:"center",children:[G,z&&(0,c.jsx)(x.Z,{ml:3}),z]})})}),B&&(0,c.jsx)(x.Z,{p:j.cd,children:(0,c.jsxs)(x.Z,{mt:j.cd,px:j.cd,children:[(0,c.jsx)(g.Z,{level:5,children:B}),(0,c.jsx)(h.Z,{light:!0,mt:j.cd,short:!0})]})}),V]})}},52359:function(e,n,i){var t=i(9518).default.div.withConfig({displayName:"YAxisLabelContainer",componentId:"sc-qwp21x-0"})(["-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);white-space:nowrap;"]);n.Z=t},344:function(e,n,i){i.d(n,{P5:function(){return r},Vs:function(){return l}});i(90211);var t=Intl.NumberFormat("en-US",{notation:"compact",maximumFractionDigits:2});function r(e){return"number"!==typeof e?e:e>=1e4?t.format(e):e.toString()}function l(e,n,i){var t,r;if("undefined"===typeof e||"undefined"===typeof n)return 0;var l=null===e||void 0===e||null===(t=e(n,i))||void 0===t||null===(r=t.props)||void 0===r?void 0:r.children;return(Array.isArray(l)?l:[l]).join("").length}},16953:function(e,n,i){var t=i(28598);n.Z=function(e){var n=e.size;return(0,t.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 8.5H15.5V3.5H20.5V8.5ZM14 9V3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55229 21.5523 10 21 10H15C14.4477 10 14 9.55229 14 9ZM2 5V12.5V14V21.5C2 22.0523 2.44772 22.5 3 22.5H10.5H12H19.5C20.0523 22.5 20.5 22.0523 20.5 21.5V13.5C20.5 12.9477 20.0523 12.5 19.5 12.5H12V5C12 4.44772 11.5523 4 11 4H3C2.44772 4 2 4.44772 2 5ZM10.5 14V21H3.5V14H10.5ZM19 14V21H12V14H19ZM10.5 5.5V12.5H3.5V5.5H10.5Z",fill:"url(#paint0_linear_2842_55048)"}),(0,t.jsx)("defs",{children:(0,t.jsxs)("linearGradient",{id:"paint0_linear_2842_55048",x1:"2",y1:"12.25",x2:"22",y2:"12.25",gradientUnits:"userSpaceOnUse",children:[(0,t.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,t.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4846],{65597:function(e,n,t){t.d(n,{f:function(){return l}});var r=t(9518),i=t(23831),o=t(49125),c=t(73942),l=r.default.div.withConfig({displayName:"Tablestyle__PopupContainerStyle",componentId:"sc-8ammqd-0"})(["position:absolute;max-height:","px;z-index:10;border-radius:","px;padding:","px;"," "," "," ",""],58*o.iI,c.TR,2*o.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||i.Z.shadow).popup,";\n background-color: ").concat((e.theme.interactive||i.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.leftOffset&&"\n left: ".concat(e.leftOffset,"px;\n ")}),(function(e){return e.topOffset&&"\n top: ".concat(e.topOffset,"px;\n ")}),(function(e){return e.width&&"\n width: ".concat(e.width,"px;\n ")}))},97496:function(e,n,t){var r=t(75582),i=t(12691),o=t.n(i),c=t(34376),l=t.n(c),u=t(82684),s=t(83455),a=t(60328),d=t(47999),p=t(93461),f=t(67971),h=t(10919),g=t(47409),j=t(86673),b=t(54283),x=t(87815),m=t(19711),Z=t(82531),v=t(23831),C=t(73942),O=t(10503),_=t(65597),I=t(93348),w=t(45838),E=t(49125),P=t(19395),y=t(96510),k=t(28598);function D(e){var n=e.cancelingRunId,t=e.isLoadingCancelPipeline,i=e.onCancel,o=e.onSuccess,c=e.pipelineRun,l=e.setCancelingRunId,p=e.setShowConfirmationId,h=e.showConfirmationId,x=c||{},w=x.id,P=x.pipeline_schedule_id,D=x.pipeline_schedule_token,N=x.pipeline_schedule_type,L=x.status,A=t&&w===n&&g.V.RUNNING===L,S=(0,s.Db)(I.Xm.API===N&&D?Z.ZP.pipeline_runs.pipeline_schedules.useCreateWithParent(P,D):Z.ZP.pipeline_runs.pipeline_schedules.useCreate(P),{onSuccess:function(e){return(0,y.wD)(e,{callback:function(){o()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;console.log(t,r)}})}}),T=(0,r.Z)(S,1)[0],R=(0,u.useCallback)((function(){p(null),T({pipeline_run:{execution_date:null===c||void 0===c?void 0:c.execution_date,pipeline_schedule_id:null===c||void 0===c?void 0:c.pipeline_schedule_id,pipeline_uuid:null===c||void 0===c?void 0:c.pipeline_uuid,variables:null===c||void 0===c?void 0:c.variables}})}),[T,c,p]),V=(0,u.useCallback)((function(){p(null),l(w),i({id:w,status:g.V.CANCELLED})}),[i,w,l,p]);return(0,k.jsxs)("div",{style:{position:"relative"},children:[(0,k.jsx)(a.Z,{backgroundColor:A&&v.Z.accent.yellow,beforeIcon:g.V.INITIAL!==L&&(0,k.jsxs)(k.Fragment,{children:[g.V.COMPLETED===L&&(0,k.jsx)(O.Jr,{size:2*E.iI}),[g.V.FAILED,g.V.CANCELLED].includes(L)&&(0,k.jsx)(O.Py,{inverted:g.V.CANCELLED===L,size:2*E.iI}),[g.V.RUNNING].includes(L)&&(0,k.jsx)(b.Z,{color:A?v.Z.status.negative:v.Z.monotone.white,small:!0})]}),borderRadius:C.D7,danger:g.V.FAILED===L,default:g.V.INITIAL===L,loading:!c,onClick:function(){return p(w)},padding:"6px",primary:g.V.RUNNING===L&&!A,warning:g.V.CANCELLED===L,children:A?"Canceling":g.D[L]}),(0,k.jsx)(d.Z,{onClickOutside:function(){return p(null)},open:h===w,children:(0,k.jsxs)(_.f,{children:[[g.V.RUNNING,g.V.INITIAL].includes(L)&&(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(m.ZP,{bold:!0,color:"#9ECBFF",children:"Run is in progress"}),(0,k.jsx)(j.Z,{mb:1}),(0,k.jsxs)(m.ZP,{children:["This pipeline run is currently ongoing. Retrying will cancel",(0,k.jsx)("br",{}),"the current pipeline run."]}),(0,k.jsx)(m.ZP,{}),(0,k.jsx)(j.Z,{mt:1,children:(0,k.jsxs)(f.Z,{children:[(0,k.jsx)(a.Z,{onClick:function(){V(),R()},children:"Retry run"}),(0,k.jsx)(j.Z,{ml:1}),(0,k.jsx)(a.Z,{onClick:V,children:"Cancel run"})]})})]}),[g.V.CANCELLED,g.V.FAILED,g.V.COMPLETED].includes(L)&&(0,k.jsxs)(k.Fragment,{children:[(0,k.jsxs)(m.ZP,{bold:!0,color:"#9ECBFF",children:["Run ",L]}),(0,k.jsx)(j.Z,{mb:1}),(0,k.jsx)(m.ZP,{children:"Retry the run with changes you have made to the pipeline."}),(0,k.jsx)(j.Z,{mb:1}),(0,k.jsx)(a.Z,{onClick:R,children:"Retry run"})]})]})})]})}n.Z=function(e){var n=e.fetchPipelineRuns,t=e.onClickRow,i=e.pipelineRuns,c=e.selectedRun,d=(0,u.useState)(null),b=d[0],v=d[1],_=(0,u.useState)(null),I=_[0],N=_[1],L=(0,s.Db)((function(e){var n=e.id,t=e.status;return Z.ZP.pipeline_runs.useUpdate(n)({pipeline_run:{status:t}})}),{onSuccess:function(e){return(0,y.wD)(e,{callback:function(){v(null),n()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;v(null),console.log(t,r)}})}}),A=(0,r.Z)(L,2),S=A[0],T=A[1].isLoading,R=[null,1,2,1,1,null],V=[{uuid:"Status"},{uuid:"Pipeline UUID"},{uuid:"Date"},{uuid:"Trigger"},{uuid:"Block runs"},{uuid:"Completed"},{uuid:"Logs"}];return t&&(R.push(null),V.push({label:function(){return""},uuid:"action"})),(0,k.jsx)(w.cl,{minHeight:30*E.iI,overflowVisible:!!I,children:0===i.length?(0,k.jsx)(j.Z,{px:3,py:1,children:(0,k.jsx)(m.ZP,{bold:!0,default:!0,monospace:!0,muted:!0,children:"No runs available"})}):(0,k.jsx)(x.Z,{columnFlex:R,columns:V,isSelectedRow:function(e){return i[e].id===(null===c||void 0===c?void 0:c.id)},onClickRow:t,rowVerticalPadding:6,rows:i.map((function(e,r){var c=e.block_runs_count,u=e.completed_at,s=e.execution_date,d=e.id,x=e.pipeline_schedule_id,Z=e.pipeline_schedule_name,_=e.pipeline_uuid,w=e.status,y=[];return y=r>0&&i[r-1].execution_date===e.execution_date&&i[r-1].pipeline_schedule_id===e.pipeline_schedule_id?[(0,k.jsx)(j.Z,{ml:1,children:(0,k.jsxs)(f.Z,{alignItems:"center",children:[(0,k.jsx)(O.TT,{size:2*E.iI,useStroke:!0}),(0,k.jsx)(a.Z,{borderRadius:C.D7,notClickable:!0,padding:"6px",children:(0,k.jsx)(m.ZP,{muted:!0,children:g.D[w]})})]})},"row_status"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:_},"row_pipeline_uuid"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_date_retry"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_trigger_retry"),(0,k.jsx)(o(),{as:"/pipelines/".concat(_,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,muted:!0,children:"See block runs (".concat(c,")")})},"row_block_runs"),(0,k.jsx)(m.ZP,{monospace:!0,muted:!0,children:u&&(0,P.eI)(u).toISOString().split(".")[0]||"-"},"row_completed"),(0,k.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(_,"/logs?pipeline_run_id[]=").concat(d))},children:(0,k.jsx)(O.B4,{default:!0,size:2*E.iI})},"row_logs")]:[(0,k.jsx)(D,{cancelingRunId:b,isLoadingCancelPipeline:T,onCancel:S,onSuccess:n,pipelineRun:e,setCancelingRunId:v,setShowConfirmationId:N,showConfirmationId:I},"row_retry_button"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:_},"row_pipeline_uuid"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:s&&(0,P.eI)(s).toISOString().split(".")[0]||"-"},"row_date"),(0,k.jsx)(o(),{as:"/pipelines/".concat(_,"/triggers/").concat(x),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,sameColorAsText:!0,children:Z})},"row_trigger"),(0,k.jsx)(o(),{as:"/pipelines/".concat(_,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,sameColorAsText:!0,children:"See block runs (".concat(c,")")})},"row_block_runs"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:u&&(0,P.eI)(u).toISOString().split(".")[0]||"-"},"row_completed"),(0,k.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(_,"/logs?pipeline_run_id[]=").concat(d))},children:(0,k.jsx)(O.B4,{default:!0,size:2*E.iI})},"row_item_13")],t&&y.push((0,k.jsx)(p.Z,{flex:1,justifyContent:"flex-end",children:(0,k.jsx)(O._Q,{default:!0,size:2*E.iI})})),y})),uuid:"pipeline-runs"})})}},19395:function(e,n,t){t.d(n,{IJ:function(){return a},Vx:function(){return p},eI:function(){return d},gU:function(){return h},tL:function(){return f},vJ:function(){return g}});var r,i,o=t(82394),c=t(92083),l=t.n(c);function u(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function s(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?u(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function a(e){return null===e||void 0===e?void 0:e.reduce((function(e,n){var t=n.block_uuid,r=n.completed_at,i=n.started_at,c=n.status,u=null;i&&r&&(u=l()(r).valueOf()-l()(i).valueOf());return s(s({},e),{},(0,o.Z)({},t,{runtime:u,status:c}))}),{})}function d(e){if(!e)return null;var n=new Date(l()(e).valueOf()),t=Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds());return new Date(t)}function p(e){return d(e).toISOString().split(".")[0]}!function(e){e.DAY="day",e.HOUR="hour",e.MINUTE="minute",e.SECOND="second"}(i||(i={}));var f=(r={},(0,o.Z)(r,i.DAY,86400),(0,o.Z)(r,i.HOUR,3600),(0,o.Z)(r,i.MINUTE,60),(0,o.Z)(r,i.SECOND,1),r);function h(e){var n=i.SECOND,t=e;return e%86400===0?(t/=86400,n=i.DAY):e%3600===0?(t/=3600,n=i.HOUR):e%60===0&&(t/=60,n=i.MINUTE),{time:t,unit:n}}function g(e,n){return e*f[n]}},51099:function(e,n,t){t.d(n,{Q:function(){return a}});t(82684);var r=t(60328),i=t(67971),o=t(86673),c=t(10503),l=t(73899),u=t(49125),s=t(28598),a=22;n.Z=function(e){var n=e.page,t=e.maxPages,a=e.onUpdate,d=e.totalPages,p=[],f=t;if(f>d)p=Array.from({length:d},(function(e,n){return n}));else{var h=Math.floor(f/2),g=n-h;n+h>=d?(g=d-f+2,f-=2):n-h<=0?(g=0,f-=2):(f-=4,g=n-Math.floor(f/2)),p=Array.from({length:f},(function(e,n){return n+g}))}return(0,s.jsx)(s.Fragment,{children:d>0&&(0,s.jsxs)(i.Z,{alignItems:"center",children:[(0,s.jsx)(r.Z,{disabled:0===n,onClick:function(){return a(n-1)},children:(0,s.jsx)(c.Hd,{size:1.5*u.iI,stroke:"#AEAEAE"})}),!p.includes(0)&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(0)},borderLess:!0,noBackground:!0,children:1})},0),!p.includes(1)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0)]}),p.map((function(e){return(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){e!==n&&a(e)},notClickable:e===n,backgroundColor:e===n&&l.a$,borderLess:!0,noBackground:!0,children:e+1})},e)})),!p.includes(d-1)&&(0,s.jsxs)(s.Fragment,{children:[!p.includes(d-2)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0),(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(d-1)},borderLess:!0,noBackground:!0,children:d})},d-1)]}),(0,s.jsx)(o.Z,{ml:1}),(0,s.jsx)(r.Z,{disabled:n===d-1,onClick:function(){return a(n+1)},children:(0,s.jsx)(c.Kw,{size:1.5*u.iI,stroke:"#AEAEAE"})})]})})}},47409:function(e,n,t){t.d(n,{D:function(){return c},V:function(){return o}});var r,i=t(82394),o=t(66050).V,c=(r={},(0,i.Z)(r,o.CANCELLED,"Cancelled"),(0,i.Z)(r,o.COMPLETED,"Done"),(0,i.Z)(r,o.FAILED,"Failed"),(0,i.Z)(r,o.INITIAL,"Ready"),(0,i.Z)(r,o.RUNNING,"Running"),r)},93348:function(e,n,t){t.d(n,{TR:function(){return d},U5:function(){return u},Xm:function(){return o},Z4:function(){return a},fq:function(){return l},kJ:function(){return s}});var r,i,o,c=t(82394);!function(e){e.API="api",e.EVENT="event",e.TIME="time"}(o||(o={}));var l,u,s,a=(r={},(0,c.Z)(r,o.API,(function(){return"API"})),(0,c.Z)(r,o.EVENT,(function(){return"event"})),(0,c.Z)(r,o.TIME,(function(){return"schedule"})),r);!function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(l||(l={})),function(e){e.ONCE="@once",e.HOURLY="@hourly",e.DAILY="@daily",e.WEEKLY="@weekly",e.MONTHLY="@monthly"}(u||(u={})),function(e){e.CREATED_AT="created_at",e.NAME="name",e.PIPELINE="pipeline_uuid",e.STATUS="status",e.TYPE="schedule_type"}(s||(s={}));var d=(i={},(0,c.Z)(i,s.CREATED_AT,"Created at"),(0,c.Z)(i,s.NAME,"Name"),(0,c.Z)(i,s.PIPELINE,"Pipeline"),(0,c.Z)(i,s.STATUS,"Status"),(0,c.Z)(i,s.TYPE,"Type"),i)},55378:function(e,n,t){var r=t(82394),i=t(26304),o=t(82684),c=t(9518),l=t(69898),u=t(31969),s=t(49125),a=t(28598),d=["beforeIcon","children","label","placeholder"];function p(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function f(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?p(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var h=c.default.select.withConfig({displayName:"Select__SelectStyle",componentId:"sc-q6ezu2-0"})(["",' background-image:url("data:image/svg+xml;utf8,','");background-repeat:no-repeat;background-position:-webkit-calc(100% - ',"px) center;background-position:calc(100% - ","px) center;padding-right:","px;&:hover{cursor:pointer;}"," "," "," ",""],l.p,"\n <svg width='12' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\n <path\n clip-rule='evenodd'\n d='M8.0015 11.7109L14.0022 5.71017L12.588 4.29597L7.99485 8.88914L3.40754 4.34482L2 5.76567L8.0015 11.7109Z'\n fill='%23B4B8C0'\n fill-rule='evenodd'\n />\n </svg>",s.iI,s.iI,2.5*s.iI,(function(e){return!e.hasContent&&!e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.backgroundColor&&"\n background-color: ".concat(e.backgroundColor,";\n ")}),(function(e){return e.color&&"\n color: ".concat(e.color,";\n ")}),(function(e){return e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).inverted,";\n ")})),g=function(e,n){var t=e.beforeIcon,r=e.children,o=e.label,c=e.placeholder,u=(0,i.Z)(e,d);return(0,a.jsx)(l.Z,f(f({},u),{},{beforeIcon:t,input:(0,a.jsxs)(h,f(f({},u),{},{children:[(o||c)&&(0,a.jsx)("option",{disabled:!0,selected:!0,value:"",children:o||c}),r]})),label:o,placeholder:c,ref:n,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};n.Z=o.forwardRef(g)},33766:function(e,n,t){t.d(n,{u:function(){return a}});var r=t(75582),i=t(82394),o=t(34376),c=t.n(o),l=t(59e3);function u(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function s(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?u(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function a(e){var n,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=t.replaceParams,o=t.pushHistory,u=i?{}:(0,l.iV)();n=window.location.pathname;var a=o?c().push:c().replace,d=s(s({},u),e);Object.entries(e).forEach((function(e){var n=(0,r.Z)(e,2),t=n[0],i=n[1];"undefined"!==typeof i&&null!==i||delete d[t]}));var p=(0,l.uM)(d);p.length>=1&&(p="?".concat(p));var f="".concat(n.split("?")[0]).concat(p);return a(c().router.pathname,f,{shallow:!0})}}}]);
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4846],{65597:function(e,n,t){t.d(n,{f:function(){return l}});var r=t(9518),i=t(23831),o=t(49125),c=t(73942),l=r.default.div.withConfig({displayName:"Tablestyle__PopupContainerStyle",componentId:"sc-8ammqd-0"})(["position:absolute;max-height:","px;z-index:10;border-radius:","px;padding:","px;"," "," "," ",""],58*o.iI,c.TR,2*o.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||i.Z.shadow).popup,";\n background-color: ").concat((e.theme.interactive||i.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.leftOffset&&"\n left: ".concat(e.leftOffset,"px;\n ")}),(function(e){return e.topOffset&&"\n top: ".concat(e.topOffset,"px;\n ")}),(function(e){return e.width&&"\n width: ".concat(e.width,"px;\n ")}))},97496:function(e,n,t){var r=t(75582),i=t(12691),o=t.n(i),c=t(34376),l=t.n(c),u=t(82684),s=t(83455),a=t(60328),d=t(47999),p=t(93461),f=t(67971),h=t(10919),g=t(47409),j=t(86673),b=t(54283),x=t(87815),m=t(19711),Z=t(82531),v=t(23831),C=t(73942),O=t(10503),_=t(65597),I=t(93348),w=t(45838),E=t(49125),P=t(19395),y=t(96510),k=t(28598);function D(e){var n=e.cancelingRunId,t=e.isLoadingCancelPipeline,i=e.onCancel,o=e.onSuccess,c=e.pipelineRun,l=e.setCancelingRunId,p=e.setShowConfirmationId,h=e.showConfirmationId,x=c||{},w=x.id,P=x.pipeline_schedule_id,D=x.pipeline_schedule_token,N=x.pipeline_schedule_type,L=x.status,A=t&&w===n&&g.V.RUNNING===L,S=(0,s.Db)(I.Xm.API===N&&D?Z.ZP.pipeline_runs.pipeline_schedules.useCreateWithParent(P,D):Z.ZP.pipeline_runs.pipeline_schedules.useCreate(P),{onSuccess:function(e){return(0,y.wD)(e,{callback:function(){o()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;console.log(t,r)}})}}),T=(0,r.Z)(S,1)[0],R=(0,u.useCallback)((function(){p(null),T({pipeline_run:{execution_date:null===c||void 0===c?void 0:c.execution_date,pipeline_schedule_id:null===c||void 0===c?void 0:c.pipeline_schedule_id,pipeline_uuid:null===c||void 0===c?void 0:c.pipeline_uuid,variables:null===c||void 0===c?void 0:c.variables}})}),[T,c,p]),V=(0,u.useCallback)((function(){p(null),l(w),i({id:w,status:g.V.CANCELLED})}),[i,w,l,p]);return(0,k.jsxs)("div",{style:{position:"relative"},children:[(0,k.jsx)(a.Z,{backgroundColor:A&&v.Z.accent.yellow,beforeIcon:g.V.INITIAL!==L&&(0,k.jsxs)(k.Fragment,{children:[g.V.COMPLETED===L&&(0,k.jsx)(O.Jr,{size:2*E.iI}),[g.V.FAILED,g.V.CANCELLED].includes(L)&&(0,k.jsx)(O.Py,{inverted:g.V.CANCELLED===L,size:2*E.iI}),[g.V.RUNNING].includes(L)&&(0,k.jsx)(b.Z,{color:A?v.Z.status.negative:v.Z.monotone.white,small:!0})]}),borderRadius:C.D7,danger:g.V.FAILED===L,default:g.V.INITIAL===L,loading:!c,onClick:function(){return p(w)},padding:"6px",primary:g.V.RUNNING===L&&!A,warning:g.V.CANCELLED===L,children:A?"Canceling":g.D[L]}),(0,k.jsx)(d.Z,{onClickOutside:function(){return p(null)},open:h===w,children:(0,k.jsxs)(_.f,{children:[[g.V.RUNNING,g.V.INITIAL].includes(L)&&(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(m.ZP,{bold:!0,color:"#9ECBFF",children:"Run is in progress"}),(0,k.jsx)(j.Z,{mb:1}),(0,k.jsxs)(m.ZP,{children:["This pipeline run is currently ongoing. Retrying will cancel",(0,k.jsx)("br",{}),"the current pipeline run."]}),(0,k.jsx)(m.ZP,{}),(0,k.jsx)(j.Z,{mt:1,children:(0,k.jsxs)(f.Z,{children:[(0,k.jsx)(a.Z,{onClick:function(){V(),R()},children:"Retry run"}),(0,k.jsx)(j.Z,{ml:1}),(0,k.jsx)(a.Z,{onClick:V,children:"Cancel run"})]})})]}),[g.V.CANCELLED,g.V.FAILED,g.V.COMPLETED].includes(L)&&(0,k.jsxs)(k.Fragment,{children:[(0,k.jsxs)(m.ZP,{bold:!0,color:"#9ECBFF",children:["Run ",L]}),(0,k.jsx)(j.Z,{mb:1}),(0,k.jsx)(m.ZP,{children:"Retry the run with changes you have made to the pipeline."}),(0,k.jsx)(j.Z,{mb:1}),(0,k.jsx)(a.Z,{onClick:R,children:"Retry run"})]})]})})]})}n.Z=function(e){var n=e.fetchPipelineRuns,t=e.onClickRow,i=e.pipelineRuns,c=e.selectedRun,d=(0,u.useState)(null),b=d[0],v=d[1],_=(0,u.useState)(null),I=_[0],N=_[1],L=(0,s.Db)((function(e){var n=e.id,t=e.status;return Z.ZP.pipeline_runs.useUpdate(n)({pipeline_run:{status:t}})}),{onSuccess:function(e){return(0,y.wD)(e,{callback:function(){v(null),n()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;v(null),console.log(t,r)}})}}),A=(0,r.Z)(L,2),S=A[0],T=A[1].isLoading,R=[null,1,2,1,1,null],V=[{uuid:"Status"},{uuid:"Pipeline UUID"},{uuid:"Date"},{uuid:"Trigger"},{uuid:"Block runs"},{uuid:"Completed"},{uuid:"Logs"}];return t&&(R.push(null),V.push({label:function(){return""},uuid:"action"})),(0,k.jsx)(w.cl,{minHeight:30*E.iI,overflowVisible:!!I,children:0===i.length?(0,k.jsx)(j.Z,{px:3,py:1,children:(0,k.jsx)(m.ZP,{bold:!0,default:!0,monospace:!0,muted:!0,children:"No runs available"})}):(0,k.jsx)(x.Z,{columnFlex:R,columns:V,isSelectedRow:function(e){return i[e].id===(null===c||void 0===c?void 0:c.id)},onClickRow:t,rowVerticalPadding:6,rows:i.map((function(e,r){var c=e.block_runs_count,u=e.completed_at,s=e.execution_date,d=e.id,x=e.pipeline_schedule_id,Z=e.pipeline_schedule_name,_=e.pipeline_uuid,w=e.status,y=[];return y=r>0&&i[r-1].execution_date===e.execution_date&&i[r-1].pipeline_schedule_id===e.pipeline_schedule_id?[(0,k.jsx)(j.Z,{ml:1,children:(0,k.jsxs)(f.Z,{alignItems:"center",children:[(0,k.jsx)(O.TT,{size:2*E.iI,useStroke:!0}),(0,k.jsx)(a.Z,{borderRadius:C.D7,notClickable:!0,padding:"6px",children:(0,k.jsx)(m.ZP,{muted:!0,children:g.D[w]})})]})},"row_status"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:_},"row_pipeline_uuid"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_date_retry"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_trigger_retry"),(0,k.jsx)(o(),{as:"/pipelines/".concat(_,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,muted:!0,children:"See block runs (".concat(c,")")})},"row_block_runs"),(0,k.jsx)(m.ZP,{monospace:!0,muted:!0,children:u&&(0,P.eI)(u).toISOString().split(".")[0]||"-"},"row_completed"),(0,k.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(_,"/logs?pipeline_run_id[]=").concat(d))},children:(0,k.jsx)(O.B4,{default:!0,size:2*E.iI})},"row_logs")]:[(0,k.jsx)(D,{cancelingRunId:b,isLoadingCancelPipeline:T,onCancel:S,onSuccess:n,pipelineRun:e,setCancelingRunId:v,setShowConfirmationId:N,showConfirmationId:I},"row_retry_button"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:_},"row_pipeline_uuid"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:s&&(0,P.eI)(s).toISOString().split(".")[0]||"-"},"row_date"),(0,k.jsx)(o(),{as:"/pipelines/".concat(_,"/triggers/").concat(x),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,sameColorAsText:!0,children:Z})},"row_trigger"),(0,k.jsx)(o(),{as:"/pipelines/".concat(_,"/runs/").concat(d),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,k.jsx)(h.Z,{bold:!0,sameColorAsText:!0,children:"See block runs (".concat(c,")")})},"row_block_runs"),(0,k.jsx)(m.ZP,{default:!0,monospace:!0,children:u&&(0,P.eI)(u).toISOString().split(".")[0]||"-"},"row_completed"),(0,k.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(_,"/logs?pipeline_run_id[]=").concat(d))},children:(0,k.jsx)(O.B4,{default:!0,size:2*E.iI})},"row_item_13")],t&&y.push((0,k.jsx)(p.Z,{flex:1,justifyContent:"flex-end",children:(0,k.jsx)(O._Q,{default:!0,size:2*E.iI})})),y})),uuid:"pipeline-runs"})})}},19395:function(e,n,t){t.d(n,{IJ:function(){return a},Vx:function(){return p},eI:function(){return d},gU:function(){return h},tL:function(){return f},vJ:function(){return g}});var r,i,o=t(82394),c=t(92083),l=t.n(c);function u(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function s(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?u(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function a(e){return null===e||void 0===e?void 0:e.reduce((function(e,n){var t=n.block_uuid,r=n.completed_at,i=n.started_at,c=n.status,u=null;i&&r&&(u=l()(r).valueOf()-l()(i).valueOf());return s(s({},e),{},(0,o.Z)({},t,{runtime:u,status:c}))}),{})}function d(e){if(!e)return null;var n=new Date(l()(e).valueOf()),t=Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds());return new Date(t)}function p(e){return d(e).toISOString().split(".")[0]}!function(e){e.DAY="day",e.HOUR="hour",e.MINUTE="minute",e.SECOND="second"}(i||(i={}));var f=(r={},(0,o.Z)(r,i.DAY,86400),(0,o.Z)(r,i.HOUR,3600),(0,o.Z)(r,i.MINUTE,60),(0,o.Z)(r,i.SECOND,1),r);function h(e){var n=i.SECOND,t=e;return e%86400===0?(t/=86400,n=i.DAY):e%3600===0?(t/=3600,n=i.HOUR):e%60===0&&(t/=60,n=i.MINUTE),{time:t,unit:n}}function g(e,n){return e*f[n]}},51099:function(e,n,t){t.d(n,{Q:function(){return a}});t(82684);var r=t(60328),i=t(67971),o=t(86673),c=t(10503),l=t(73899),u=t(49125),s=t(28598),a=22;n.Z=function(e){var n=e.page,t=e.maxPages,a=e.onUpdate,d=e.totalPages,p=[],f=t;if(f>d)p=Array.from({length:d},(function(e,n){return n}));else{var h=Math.floor(f/2),g=n-h;n+h>=d?(g=d-f+2,f-=2):n-h<=0?(g=0,f-=2):(f-=4,g=n-Math.floor(f/2)),p=Array.from({length:f},(function(e,n){return n+g}))}return(0,s.jsx)(s.Fragment,{children:d>0&&(0,s.jsxs)(i.Z,{alignItems:"center",children:[(0,s.jsx)(r.Z,{disabled:0===n,onClick:function(){return a(n-1)},children:(0,s.jsx)(c.Hd,{size:1.5*u.iI,stroke:"#AEAEAE"})}),!p.includes(0)&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(0)},borderLess:!0,noBackground:!0,children:1})},0),!p.includes(1)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0)]}),p.map((function(e){return(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){e!==n&&a(e)},notClickable:e===n,backgroundColor:e===n&&l.a$,borderLess:!0,noBackground:!0,children:e+1})},e)})),!p.includes(d-1)&&(0,s.jsxs)(s.Fragment,{children:[!p.includes(d-2)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0),(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(d-1)},borderLess:!0,noBackground:!0,children:d})},d-1)]}),(0,s.jsx)(o.Z,{ml:1}),(0,s.jsx)(r.Z,{disabled:n===d-1,onClick:function(){return a(n+1)},children:(0,s.jsx)(c.Kw,{size:1.5*u.iI,stroke:"#AEAEAE"})})]})})}},47409:function(e,n,t){t.d(n,{D:function(){return c},V:function(){return o}});var r,i=t(82394),o=t(66050).V,c=(r={},(0,i.Z)(r,o.CANCELLED,"Cancelled"),(0,i.Z)(r,o.COMPLETED,"Done"),(0,i.Z)(r,o.FAILED,"Failed"),(0,i.Z)(r,o.INITIAL,"Ready"),(0,i.Z)(r,o.RUNNING,"Running"),r)},93348:function(e,n,t){t.d(n,{TR:function(){return d},U5:function(){return u},Xm:function(){return o},Z4:function(){return a},fq:function(){return l},kJ:function(){return s}});var r,i,o,c=t(82394);!function(e){e.API="api",e.EVENT="event",e.TIME="time"}(o||(o={}));var l,u,s,a=(r={},(0,c.Z)(r,o.API,(function(){return"API"})),(0,c.Z)(r,o.EVENT,(function(){return"event"})),(0,c.Z)(r,o.TIME,(function(){return"schedule"})),r);!function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(l||(l={})),function(e){e.ONCE="@once",e.HOURLY="@hourly",e.DAILY="@daily",e.WEEKLY="@weekly",e.MONTHLY="@monthly"}(u||(u={})),function(e){e.CREATED_AT="created_at",e.NAME="name",e.PIPELINE="pipeline_uuid",e.STATUS="status",e.TYPE="schedule_type"}(s||(s={}));var d=(i={},(0,c.Z)(i,s.CREATED_AT,"Created at"),(0,c.Z)(i,s.NAME,"Name"),(0,c.Z)(i,s.PIPELINE,"Pipeline"),(0,c.Z)(i,s.STATUS,"Status"),(0,c.Z)(i,s.TYPE,"Type"),i)},55378:function(e,n,t){var r=t(82394),i=t(26304),o=t(82684),c=t(9518),l=t(69898),u=t(31969),s=t(49125),a=t(28598),d=["beforeIcon","children","label","multiple","placeholder"];function p(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function f(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?p(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var h=c.default.select.withConfig({displayName:"Select__SelectStyle",componentId:"sc-q6ezu2-0"})(["",' background-image:url("data:image/svg+xml;utf8,','");background-repeat:no-repeat;background-position:-webkit-calc(100% - ',"px) center;background-position:calc(100% - ","px) center;padding-right:","px;&:hover{cursor:pointer;}"," "," "," ",""],l.p,"\n <svg width='12' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\n <path\n clip-rule='evenodd'\n d='M8.0015 11.7109L14.0022 5.71017L12.588 4.29597L7.99485 8.88914L3.40754 4.34482L2 5.76567L8.0015 11.7109Z'\n fill='%23B4B8C0'\n fill-rule='evenodd'\n />\n </svg>",s.iI,s.iI,2.5*s.iI,(function(e){return!e.hasContent&&!e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.backgroundColor&&"\n background-color: ".concat(e.backgroundColor,";\n ")}),(function(e){return e.color&&"\n color: ".concat(e.color,";\n ")}),(function(e){return e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).inverted,";\n ")})),g=function(e,n){var t=e.beforeIcon,r=e.children,o=e.label,c=e.multiple,u=e.placeholder,s=(0,i.Z)(e,d);return(0,a.jsx)(l.Z,f(f({},s),{},{beforeIcon:t,input:(0,a.jsxs)(h,f(f({multiple:c},s),{},{children:[(o||u)&&(0,a.jsx)("option",{disabled:!0,selected:!0,value:"",children:o||u}),r]})),label:o,placeholder:u,ref:n,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};n.Z=o.forwardRef(g)},33766:function(e,n,t){t.d(n,{u:function(){return a}});var r=t(75582),i=t(82394),o=t(34376),c=t.n(o),l=t(59e3);function u(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function s(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?u(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function a(e){var n,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=t.replaceParams,o=t.pushHistory,u=i?{}:(0,l.iV)();n=window.location.pathname;var a=o?c().push:c().replace,d=s(s({},u),e);Object.entries(e).forEach((function(e){var n=(0,r.Z)(e,2),t=n[0],i=n[1];"undefined"!==typeof i&&null!==i||delete d[t]}));var p=(0,l.uM)(d);p.length>=1&&(p="?".concat(p));var f="".concat(n.split("?")[0]).concat(p);return a(c().router.pathname,f,{shallow:!0})}}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5944],{27125:function(e,n,i){var l=i(82684),t=i(12691),r=i.n(t),s=i(34376),o=i.n(s),c=i(9518),u=i(66050),d=i(60328),p=i(16634),a=i(10919),f=i(98781),h=i(86673),C=i(87815),g=i(19711),x=i(10503),b=i(49125),m=i(44162),_=i(24224),v=i(28598);n.Z=function(e){var n=e.blockRuns,i=e.onClickRow,t=e.pipeline,s=e.selectedRun,I=(0,l.useContext)(c.ThemeContext),k=(t||{}).uuid,j=(0,l.useMemo)((function(){return t.blocks||[]}),[t]),Z=(0,l.useMemo)((function(){return(0,_.HK)(j,(function(e){return e.uuid}))}),[j]);return(0,v.jsx)(C.Z,{columnFlex:[null,1,3,2,null,null],columns:[{uuid:"Date"},{uuid:"Status"},{uuid:"Trigger"},{uuid:"Block"},{uuid:"Completed"},{uuid:"Logs"}],isSelectedRow:function(e){return n[e].id===(null===s||void 0===s?void 0:s.id)},onClickRow:i,rows:null===n||void 0===n?void 0:n.map((function(e){var n,i,l,s,c=e.block_uuid,C=e.completed_at,_=e.created_at,j=e.id,S=e.pipeline_schedule_id,M=e.pipeline_schedule_name,w=e.status,R=c,V=R.split(":");f.q.INTEGRATION===t.type&&(R=V[0],l=V[1],s=V[2]);var P=Z[R];return P||(P=Z[V[0]]),[(0,v.jsx)(g.ZP,{monospace:!0,default:!0,children:_}),(0,v.jsx)(g.ZP,{danger:u.V.FAILED===w,default:u.V.CANCELLED===w,info:u.V.INITIAL===w,monospace:!0,success:u.V.COMPLETED===w,warning:u.V.RUNNING===w,children:w}),(0,v.jsx)(r(),{as:"/pipelines/".concat(k,"/triggers/").concat(S),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,v.jsx)(a.Z,{bold:!0,sameColorAsText:!0,children:M})}),(0,v.jsx)(r(),{as:"/pipelines/".concat(k,"/edit?block_uuid=").concat(R),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,v.jsxs)(a.Z,{bold:!0,sameColorAsText:!0,verticalAlignContent:!0,children:[(0,v.jsx)(p.Z,{color:(0,m.qn)(null===(n=P)||void 0===n?void 0:n.type,{blockColor:null===(i=P)||void 0===i?void 0:i.color,theme:I}).accent,size:1.5*b.iI,square:!0}),(0,v.jsx)(h.Z,{mr:1}),(0,v.jsxs)(g.ZP,{monospace:!0,children:[R,l&&": ",l&&(0,v.jsx)(g.ZP,{default:!0,inline:!0,monospace:!0,children:l}),s>=0&&": ",s>=0&&(0,v.jsx)(g.ZP,{default:!0,inline:!0,monospace:!0,children:s})]})]})}),(0,v.jsx)(g.ZP,{monospace:!0,default:!0,children:C||"-"}),(0,v.jsx)(d.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return o().push("/pipelines/".concat(k,"/logs?block_run_id[]=").concat(j))},children:(0,v.jsx)(x.B4,{default:!0,size:2*b.iI})})]})),uuid:"block-runs"})}},59920:function(e,n,i){var l;i.d(n,{M:function(){return l}}),function(e){e.BACKFILLS="backfills",e.BLOCK_RUNS="block_runs",e.EDIT="edit",e.MONITOR="monitor",e.PIPELINE_LOGS="pipeline_logs",e.PIPELINE_RUNS="pipeline_runs",e.RUNS="runs",e.SYNCS="syncs",e.TRIGGERS="triggers"}(l||(l={}))},2626:function(e,n,i){i.d(n,{Z:function(){return N}});var l=i(21831),t=i(75582),r=i(82684),s=i(83455),o=i(34376),c=i(28598);var u=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.67625 7.82429C8.48671 8.13404 8.61933 8.53116 8.9436 8.69464C9.26787 8.85812 9.6606 8.72561 9.85513 8.41896C10.5416 7.33682 11.5276 6.47056 12.6997 5.92987C14.0715 5.29701 15.6173 5.14749 17.085 5.50568C18.5526 5.86388 19.8557 6.70866 20.7818 7.90233C21.7079 9.096 22.2023 10.5682 22.1845 12.0788C22.1667 13.5895 21.6377 15.0496 20.6837 16.2211C19.7298 17.3926 18.4071 18.2064 16.9314 18.5299C15.4557 18.8534 13.9139 18.6675 12.5573 18.0024C11.3984 17.4343 10.433 16.545 9.77227 15.447C9.58502 15.1358 9.19553 14.9941 8.86749 15.1499C8.53946 15.3057 8.39751 15.6995 8.5797 16.0137C9.37152 17.379 10.5525 18.4842 11.9785 19.1832C13.6018 19.9791 15.4469 20.2016 17.213 19.8145C18.979 19.4273 20.5619 18.4534 21.7035 17.0514C22.8451 15.6495 23.4781 13.9022 23.4994 12.0943C23.5208 10.2865 22.9291 8.52472 21.8208 7.09623C20.7126 5.66774 19.1532 4.65677 17.3968 4.22811C15.6403 3.79945 13.7905 3.97839 12.1488 4.73574C10.7068 5.40099 9.50004 6.47805 8.67625 7.82429ZM0.219185 12.5303C-0.0737079 12.2375 -0.0737079 11.7626 0.219185 11.4697L4.71918 6.96968C5.01208 6.67679 5.48695 6.67679 5.77985 6.96968C6.07274 7.26258 6.07274 7.73745 5.77985 8.03034L2.56017 11.25L15.7495 11.25C16.1637 11.25 16.4995 11.5858 16.4995 12C16.4995 12.4142 16.1637 12.75 15.7495 12.75L2.56017 12.75L5.77985 15.9697C6.07274 16.2626 6.07274 16.7375 5.77985 17.0303C5.48695 17.3232 5.01208 17.3232 4.71918 17.0303L0.219185 12.5303Z",fill:"url(#paint0_linear_7525_68660)"})}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},d=i(16953),p=i(61519);var a=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.25 1C23.25 0.585786 22.9142 0.25 22.5 0.25C22.0858 0.25 21.75 0.585786 21.75 1V15.5C21.75 15.9142 22.0858 16.25 22.5 16.25C22.9142 16.25 23.25 15.9142 23.25 15.5V1ZM5 4.25C5.41421 4.25 5.75 4.58579 5.75 5V15.5C5.75 15.9142 5.41421 16.25 5 16.25C4.58579 16.25 4.25 15.9142 4.25 15.5V5C4.25 4.58579 4.58579 4.25 5 4.25ZM1.5 7.25C1.91421 7.25 2.25 7.58579 2.25 8V15.5C2.25 15.9142 1.91421 16.25 1.5 16.25C1.08579 16.25 0.75 15.9142 0.75 15.5V8C0.75 7.58579 1.08579 7.25 1.5 7.25ZM9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25C8.08579 6.25 7.75 6.58579 7.75 7V15.5C7.75 15.9142 8.08579 16.25 8.5 16.25C8.91421 16.25 9.25 15.9142 9.25 15.5V7ZM12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V9.5C11.25 9.08579 11.5858 8.75 12 8.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V15.5C14.75 15.9142 15.0858 16.25 15.5 16.25C15.9142 16.25 16.25 15.9142 16.25 15.5V11.5ZM19 9.25C19.4142 9.25 19.75 9.58579 19.75 10V15.5C19.75 15.9142 19.4142 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5V10C18.25 9.58579 18.5858 9.25 19 9.25Z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},f=i(70434),h=i(34744),C=i(67971),g=i(87372),x=i(98781),b=i(29664),m=i(86673);var _=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 17c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2zm1.5 0c0 1.933-1.567 3.5-3.5 3.5S1.5 18.933 1.5 17s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5zm2.25-.5c0-.4142.3358-.75.75-.75H22c.4142 0 .75.3358.75.75s-.3358.75-.75.75H11.5c-.4142 0-.75-.3358-.75-.75zM8.68946 4.29563c.16317-.38072-.0132-.82163-.39392-.9848-.38072-.16316-.82163.0132-.9848.39392L5.06418 8.94674c-.07952.18554-.3348.2052-.44179.03402L3.1361 6.60269c-.21953-.35125-.68225-.45803-1.0335-.2385-.35125.21954-.45803.68225-.2385 1.0335l1.48629 2.37807c.74892 1.19824 2.53587 1.06064 3.0925-.23814l2.24657-5.24199zM11.5 6.75c-.4142 0-.75.33579-.75.75s.3358.75.75.75H22c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75H11.5z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},v=i(82531),I=i(10503),k=i(9518),j=i(23831),Z=i(73942),S=i(49125),M=k.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],Z.n_,3*S.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||j.Z.shadow).small,";\n ")}),(function(e){return e.background&&"\n background: ".concat(e.background,";\n ")}),(function(e){return e.backgroundImage&&'\n background-image: url("'.concat(e.backgroundImage,'");\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n ')})),w=i(3055),R=i(59920),V=i(96510),P=i(90211),E=i(24141);var N=function(e){var n=e.after,i=e.afterHidden,k=e.afterWidth,j=e.before,Z=e.beforeWidth,N=e.breadcrumbs,L=e.buildSidekick,H=e.children,y=e.headline,B=e.pageName,T=e.pipeline,D=e.subheader,O=e.subheaderBackground,G=e.subheaderBackgroundImage,A=e.subheaderButton,U=e.subheaderText,z=e.title,F=e.uuid,q=(0,o.useRouter)(),K=(0,E.i)().height,Y=T.uuid,W=v.ZP.pipelines.detail(Y,{includes_outputs:!1},{revalidateOnFocus:!1}).data,J=null===W||void 0===W?void 0:W.pipeline,Q=(0,s.Db)(v.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,V.wD)(e,{callback:function(e){var n=e.pipeline.uuid;q.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))}})}}),X=(0,t.Z)(Q,1)[0],$=(0,s.Db)((function(e){return v.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,V.wD)(e,{callback:function(){q.push("/pipelines")}})}}),ee=(0,t.Z)($,1)[0],ne=[{label:function(){return"New standard pipeline"},onClick:function(){return X({pipeline:{name:(0,P.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return X({pipeline:{name:(0,P.Y6)(),type:x.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return ee(Y)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ie=(0,r.useMemo)((function(){return n||(L?L({height:K,heightOffset:w.Mz,pipeline:J}):null)}),[n,L,K,J]),le=k||(ie?50*S.iI:null),te=(0,r.useMemo)((function(){var e=[];return J&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),N?(e.push({label:function(){return J.uuid},linkProps:{as:"/pipelines/".concat(Y,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,l.Z)(N)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return J.name}})),e}),[N,J]),re=[{Icon:I.Pf,IconSelected:b.Z,id:R.M.TRIGGERS,label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(Y,"/triggers"),href:"/pipelines/[pipeline]/triggers"},isSelected:function(){return R.M.TRIGGERS===B}},{Icon:I.pd,IconSelected:p.Z,id:R.M.RUNS,label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(Y,"/runs"),href:"/pipelines/[pipeline]/runs"},isSelected:function(){return R.M.RUNS===B}},{Icon:I.yg,IconSelected:u,id:R.M.BACKFILLS,label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(Y,"/backfills"),href:"/pipelines/[pipeline]/backfills"},isSelected:function(){return R.M.BACKFILLS===B}},{Icon:I.B4,IconSelected:_,id:R.M.PIPELINE_LOGS,label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(Y,"/logs"),href:"/pipelines/[pipeline]/logs"},isSelected:function(){return R.M.PIPELINE_LOGS===B}},{Icon:I.kL,IconSelected:a,id:R.M.MONITOR,label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(Y,"/monitors"),href:"/pipelines/[pipeline]/monitors"},isSelected:function(){return R.M.MONITOR===B}}];return x.q.INTEGRATION===(null===J||void 0===J?void 0:J.type)&&re.unshift({Icon:I.Re,IconSelected:d.Z,id:R.M.SYNCS,label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(Y,"/syncs"),href:"/pipelines/[pipeline]/syncs"},isSelected:function(){return R.M.SYNCS===B}}),re.unshift({Icon:null,IconSelected:null,id:R.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(Y,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,c.jsxs)(f.Z,{after:ie,afterHidden:i,afterWidth:le,before:j,beforeWidth:Z,breadcrumbs:te,headerMenuItems:ne,navigationItems:re,subheaderChildren:"undefined"!==typeof D&&D,title:J?z?z(J):J.name:null,uuid:F,children:[(A||U)&&(0,c.jsx)(m.Z,{mb:S.Mq,mt:S.cd,mx:S.cd,children:(0,c.jsx)(M,{background:O,backgroundImage:G,children:(0,c.jsxs)(C.Z,{alignItems:"center",children:[A,U&&(0,c.jsx)(m.Z,{ml:3}),U]})})}),y&&(0,c.jsx)(m.Z,{p:S.cd,children:(0,c.jsxs)(m.Z,{mt:S.cd,px:S.cd,children:[(0,c.jsx)(g.Z,{level:5,children:y}),(0,c.jsx)(h.Z,{light:!0,mt:S.cd,short:!0})]})}),H]})}},16953:function(e,n,i){var l=i(28598);n.Z=function(e){var n=e.size;return(0,l.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,l.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 8.5H15.5V3.5H20.5V8.5ZM14 9V3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55229 21.5523 10 21 10H15C14.4477 10 14 9.55229 14 9ZM2 5V12.5V14V21.5C2 22.0523 2.44772 22.5 3 22.5H10.5H12H19.5C20.0523 22.5 20.5 22.0523 20.5 21.5V13.5C20.5 12.9477 20.0523 12.5 19.5 12.5H12V5C12 4.44772 11.5523 4 11 4H3C2.44772 4 2 4.44772 2 5ZM10.5 14V21H3.5V14H10.5ZM19 14V21H12V14H19ZM10.5 5.5V12.5H3.5V5.5H10.5Z",fill:"url(#paint0_linear_2842_55048)"}),(0,l.jsx)("defs",{children:(0,l.jsxs)("linearGradient",{id:"paint0_linear_2842_55048",x1:"2",y1:"12.25",x2:"22",y2:"12.25",gradientUnits:"userSpaceOnUse",children:[(0,l.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,l.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5944],{27125:function(e,n,i){var l=i(82684),t=i(12691),r=i.n(t),s=i(34376),o=i.n(s),c=i(9518),u=i(66050),d=i(60328),p=i(16634),a=i(10919),f=i(98781),h=i(86673),C=i(87815),g=i(19711),x=i(10503),b=i(49125),m=i(44162),_=i(24224),v=i(28598);n.Z=function(e){var n=e.blockRuns,i=e.onClickRow,t=e.pipeline,s=e.selectedRun,I=(0,l.useContext)(c.ThemeContext),k=(t||{}).uuid,j=(0,l.useMemo)((function(){return t.blocks||[]}),[t]),Z=(0,l.useMemo)((function(){return(0,_.HK)(j,(function(e){return e.uuid}))}),[j]);return(0,v.jsx)(C.Z,{columnFlex:[null,1,3,2,null,null],columns:[{uuid:"Date"},{uuid:"Status"},{uuid:"Trigger"},{uuid:"Block"},{uuid:"Completed"},{uuid:"Logs"}],isSelectedRow:function(e){return n[e].id===(null===s||void 0===s?void 0:s.id)},onClickRow:i,rows:null===n||void 0===n?void 0:n.map((function(e){var n,i,l,s,c=e.block_uuid,C=e.completed_at,_=e.created_at,j=e.id,S=e.pipeline_schedule_id,M=e.pipeline_schedule_name,w=e.status,R=c,V=R.split(":");f.q.INTEGRATION===t.type&&(R=V[0],l=V[1],s=V[2]);var P=Z[R];return P||(P=Z[V[0]]),[(0,v.jsx)(g.ZP,{monospace:!0,default:!0,children:_}),(0,v.jsx)(g.ZP,{danger:u.V.FAILED===w,default:u.V.CANCELLED===w,info:u.V.INITIAL===w,monospace:!0,success:u.V.COMPLETED===w,warning:u.V.RUNNING===w,children:w}),(0,v.jsx)(r(),{as:"/pipelines/".concat(k,"/triggers/").concat(S),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,v.jsx)(a.Z,{bold:!0,sameColorAsText:!0,children:M})}),(0,v.jsx)(r(),{as:"/pipelines/".concat(k,"/edit?block_uuid=").concat(R),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,v.jsxs)(a.Z,{bold:!0,sameColorAsText:!0,verticalAlignContent:!0,children:[(0,v.jsx)(p.Z,{color:(0,m.qn)(null===(n=P)||void 0===n?void 0:n.type,{blockColor:null===(i=P)||void 0===i?void 0:i.color,theme:I}).accent,size:1.5*b.iI,square:!0}),(0,v.jsx)(h.Z,{mr:1}),(0,v.jsxs)(g.ZP,{monospace:!0,children:[R,l&&": ",l&&(0,v.jsx)(g.ZP,{default:!0,inline:!0,monospace:!0,children:l}),s>=0&&": ",s>=0&&(0,v.jsx)(g.ZP,{default:!0,inline:!0,monospace:!0,children:s})]})]})}),(0,v.jsx)(g.ZP,{monospace:!0,default:!0,children:C||"-"}),(0,v.jsx)(d.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return o().push("/pipelines/".concat(k,"/logs?block_run_id[]=").concat(j))},children:(0,v.jsx)(x.B4,{default:!0,size:2*b.iI})})]})),uuid:"block-runs"})}},59920:function(e,n,i){var l;i.d(n,{M:function(){return l}}),function(e){e.BACKFILLS="backfills",e.BLOCK_RUNS="block_runs",e.EDIT="edit",e.MONITOR="monitor",e.PIPELINE_LOGS="pipeline_logs",e.PIPELINE_RUNS="pipeline_runs",e.RUNS="runs",e.SYNCS="syncs",e.TRIGGERS="triggers"}(l||(l={}))},2626:function(e,n,i){i.d(n,{Z:function(){return N}});var l=i(21831),t=i(75582),r=i(82684),s=i(83455),o=i(34376),c=i(28598);var u=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.67625 7.82429C8.48671 8.13404 8.61933 8.53116 8.9436 8.69464C9.26787 8.85812 9.6606 8.72561 9.85513 8.41896C10.5416 7.33682 11.5276 6.47056 12.6997 5.92987C14.0715 5.29701 15.6173 5.14749 17.085 5.50568C18.5526 5.86388 19.8557 6.70866 20.7818 7.90233C21.7079 9.096 22.2023 10.5682 22.1845 12.0788C22.1667 13.5895 21.6377 15.0496 20.6837 16.2211C19.7298 17.3926 18.4071 18.2064 16.9314 18.5299C15.4557 18.8534 13.9139 18.6675 12.5573 18.0024C11.3984 17.4343 10.433 16.545 9.77227 15.447C9.58502 15.1358 9.19553 14.9941 8.86749 15.1499C8.53946 15.3057 8.39751 15.6995 8.5797 16.0137C9.37152 17.379 10.5525 18.4842 11.9785 19.1832C13.6018 19.9791 15.4469 20.2016 17.213 19.8145C18.979 19.4273 20.5619 18.4534 21.7035 17.0514C22.8451 15.6495 23.4781 13.9022 23.4994 12.0943C23.5208 10.2865 22.9291 8.52472 21.8208 7.09623C20.7126 5.66774 19.1532 4.65677 17.3968 4.22811C15.6403 3.79945 13.7905 3.97839 12.1488 4.73574C10.7068 5.40099 9.50004 6.47805 8.67625 7.82429ZM0.219185 12.5303C-0.0737079 12.2375 -0.0737079 11.7626 0.219185 11.4697L4.71918 6.96968C5.01208 6.67679 5.48695 6.67679 5.77985 6.96968C6.07274 7.26258 6.07274 7.73745 5.77985 8.03034L2.56017 11.25L15.7495 11.25C16.1637 11.25 16.4995 11.5858 16.4995 12C16.4995 12.4142 16.1637 12.75 15.7495 12.75L2.56017 12.75L5.77985 15.9697C6.07274 16.2626 6.07274 16.7375 5.77985 17.0303C5.48695 17.3232 5.01208 17.3232 4.71918 17.0303L0.219185 12.5303Z",fill:"url(#paint0_linear_7525_68660)"})}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},d=i(16953),p=i(61519);var a=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.25 1C23.25 0.585786 22.9142 0.25 22.5 0.25C22.0858 0.25 21.75 0.585786 21.75 1V15.5C21.75 15.9142 22.0858 16.25 22.5 16.25C22.9142 16.25 23.25 15.9142 23.25 15.5V1ZM5 4.25C5.41421 4.25 5.75 4.58579 5.75 5V15.5C5.75 15.9142 5.41421 16.25 5 16.25C4.58579 16.25 4.25 15.9142 4.25 15.5V5C4.25 4.58579 4.58579 4.25 5 4.25ZM1.5 7.25C1.91421 7.25 2.25 7.58579 2.25 8V15.5C2.25 15.9142 1.91421 16.25 1.5 16.25C1.08579 16.25 0.75 15.9142 0.75 15.5V8C0.75 7.58579 1.08579 7.25 1.5 7.25ZM9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25C8.08579 6.25 7.75 6.58579 7.75 7V15.5C7.75 15.9142 8.08579 16.25 8.5 16.25C8.91421 16.25 9.25 15.9142 9.25 15.5V7ZM12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V9.5C11.25 9.08579 11.5858 8.75 12 8.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V15.5C14.75 15.9142 15.0858 16.25 15.5 16.25C15.9142 16.25 16.25 15.9142 16.25 15.5V11.5ZM19 9.25C19.4142 9.25 19.75 9.58579 19.75 10V15.5C19.75 15.9142 19.4142 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5V10C18.25 9.58579 18.5858 9.25 19 9.25Z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},f=i(70434),h=i(34744),C=i(67971),g=i(87372),x=i(98781),b=i(29664),m=i(86673);var _=function(e){var n=e.size;return(0,c.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 17c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2zm1.5 0c0 1.933-1.567 3.5-3.5 3.5S1.5 18.933 1.5 17s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5zm2.25-.5c0-.4142.3358-.75.75-.75H22c.4142 0 .75.3358.75.75s-.3358.75-.75.75H11.5c-.4142 0-.75-.3358-.75-.75zM8.68946 4.29563c.16317-.38072-.0132-.82163-.39392-.9848-.38072-.16316-.82163.0132-.9848.39392L5.06418 8.94674c-.07952.18554-.3348.2052-.44179.03402L3.1361 6.60269c-.21953-.35125-.68225-.45803-1.0335-.2385-.35125.21954-.45803.68225-.2385 1.0335l1.48629 2.37807c.74892 1.19824 2.53587 1.06064 3.0925-.23814l2.24657-5.24199zM11.5 6.75c-.4142 0-.75.33579-.75.75s.3358.75.75.75H22c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75H11.5z",fill:"url(#paint0_linear_2919_69883)"}),(0,c.jsx)("defs",{children:(0,c.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},v=i(82531),I=i(10503),k=i(9518),j=i(23831),Z=i(73942),S=i(49125),M=k.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],Z.n_,3*S.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||j.Z.shadow).small,";\n ")}),(function(e){return e.background&&"\n background: ".concat(e.background,";\n ")}),(function(e){return e.backgroundImage&&'\n background-image: url("'.concat(e.backgroundImage,'");\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n ')})),w=i(3055),R=i(59920),V=i(96510),P=i(90211),E=i(24141);var N=function(e){var n=e.after,i=e.afterHidden,k=e.afterWidth,j=e.before,Z=e.beforeWidth,N=e.breadcrumbs,L=e.buildSidekick,H=e.children,y=e.headline,B=e.pageName,T=e.pipeline,D=e.subheader,O=e.subheaderBackground,G=e.subheaderBackgroundImage,A=e.subheaderButton,U=e.subheaderText,z=e.title,F=e.uuid,q=(0,o.useRouter)(),K=(0,E.i)().height,Y=T.uuid,W=v.ZP.pipelines.detail(Y,{includes_outputs:!1},{revalidateOnFocus:!1}).data,J=null===W||void 0===W?void 0:W.pipeline,Q=(0,s.Db)(v.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,V.wD)(e,{callback:function(e){var n=e.pipeline.uuid;q.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))}})}}),X=(0,t.Z)(Q,1)[0],$=(0,s.Db)((function(e){return v.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,V.wD)(e,{callback:function(){q.push("/pipelines")}})}}),ee=(0,t.Z)($,1)[0],ne=[{label:function(){return"New standard pipeline"},onClick:function(){return X({pipeline:{name:(0,P.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return X({pipeline:{name:(0,P.Y6)(),type:x.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return ee(Y)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ie=(0,r.useMemo)((function(){return n||(L?L({height:K,heightOffset:w.Mz,pipeline:J}):null)}),[n,L,K,J]),le=k||(ie?50*S.iI:null),te=(0,r.useMemo)((function(){var e=[];return J&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),N?(e.push({label:function(){return J.uuid},linkProps:{as:"/pipelines/".concat(Y,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,l.Z)(N)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return J.name}})),e}),[N,J,Y]),re=[{Icon:I.Pf,IconSelected:b.Z,id:R.M.TRIGGERS,isSelected:function(){return R.M.TRIGGERS===B},label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(Y,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{Icon:I.pd,IconSelected:p.Z,id:R.M.RUNS,isSelected:function(){return R.M.RUNS===B},label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(Y,"/runs"),href:"/pipelines/[pipeline]/runs"}},{Icon:I.yg,IconSelected:u,id:R.M.BACKFILLS,isSelected:function(){return R.M.BACKFILLS===B},label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(Y,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{Icon:I.B4,IconSelected:_,id:R.M.PIPELINE_LOGS,isSelected:function(){return R.M.PIPELINE_LOGS===B},label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(Y,"/logs"),href:"/pipelines/[pipeline]/logs"}},{Icon:I.kL,IconSelected:a,id:R.M.MONITOR,isSelected:function(){return R.M.MONITOR===B},label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(Y,"/monitors"),href:"/pipelines/[pipeline]/monitors"}}];return x.q.INTEGRATION===(null===J||void 0===J?void 0:J.type)&&re.unshift({Icon:I.Re,IconSelected:d.Z,id:R.M.SYNCS,isSelected:function(){return R.M.SYNCS===B},label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(Y,"/syncs"),href:"/pipelines/[pipeline]/syncs"}}),re.unshift({Icon:null,IconSelected:null,id:R.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(Y,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,c.jsxs)(f.Z,{after:ie,afterHidden:i,afterWidth:le,before:j,beforeWidth:Z,breadcrumbs:te,headerMenuItems:ne,navigationItems:re,subheaderChildren:"undefined"!==typeof D&&D,title:J?z?z(J):J.name:null,uuid:F,children:[(A||U)&&(0,c.jsx)(m.Z,{mb:S.Mq,mt:S.cd,mx:S.cd,children:(0,c.jsx)(M,{background:O,backgroundImage:G,children:(0,c.jsxs)(C.Z,{alignItems:"center",children:[A,U&&(0,c.jsx)(m.Z,{ml:3}),U]})})}),y&&(0,c.jsx)(m.Z,{p:S.cd,children:(0,c.jsxs)(m.Z,{mt:S.cd,px:S.cd,children:[(0,c.jsx)(g.Z,{level:5,children:y}),(0,c.jsx)(h.Z,{light:!0,mt:S.cd,short:!0})]})}),H]})}},16953:function(e,n,i){var l=i(28598);n.Z=function(e){var n=e.size;return(0,l.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,l.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 8.5H15.5V3.5H20.5V8.5ZM14 9V3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55229 21.5523 10 21 10H15C14.4477 10 14 9.55229 14 9ZM2 5V12.5V14V21.5C2 22.0523 2.44772 22.5 3 22.5H10.5H12H19.5C20.0523 22.5 20.5 22.0523 20.5 21.5V13.5C20.5 12.9477 20.0523 12.5 19.5 12.5H12V5C12 4.44772 11.5523 4 11 4H3C2.44772 4 2 4.44772 2 5ZM10.5 14V21H3.5V14H10.5ZM19 14V21H12V14H19ZM10.5 5.5V12.5H3.5V5.5H10.5Z",fill:"url(#paint0_linear_2842_55048)"}),(0,l.jsx)("defs",{children:(0,l.jsxs)("linearGradient",{id:"paint0_linear_2842_55048",x1:"2",y1:"12.25",x2:"22",y2:"12.25",gradientUnits:"userSpaceOnUse",children:[(0,l.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,l.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);