mage-ai 0.8.4__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 (94) hide show
  1. mage_ai/api/policies/BlockPolicy.py +2 -0
  2. mage_ai/api/policies/PipelinePolicy.py +1 -0
  3. mage_ai/api/presenters/BlockPresenter.py +1 -0
  4. mage_ai/api/presenters/OutputPresenter.py +1 -0
  5. mage_ai/api/presenters/PipelinePresenter.py +6 -1
  6. mage_ai/data_preparation/models/block/__init__.py +18 -4
  7. mage_ai/data_preparation/models/block/dbt/__init__.py +50 -1
  8. mage_ai/data_preparation/models/block/dbt/utils/__init__.py +136 -60
  9. mage_ai/data_preparation/models/block/utils.py +2 -1
  10. mage_ai/data_preparation/models/pipeline.py +5 -3
  11. mage_ai/data_preparation/repo_manager.py +1 -1
  12. mage_ai/data_preparation/storage/local_storage.py +1 -1
  13. mage_ai/data_preparation/templates/custom/python/default.jinja +1 -1
  14. mage_ai/data_preparation/templates/data_exporters/default.jinja +2 -4
  15. mage_ai/data_preparation/templates/data_exporters/pyspark/default.jinja +2 -2
  16. mage_ai/data_preparation/templates/data_loaders/api.py +1 -1
  17. mage_ai/data_preparation/templates/data_loaders/default.jinja +1 -1
  18. mage_ai/data_preparation/templates/data_loaders/file.py +1 -0
  19. mage_ai/data_preparation/templates/data_loaders/pyspark/default.jinja +1 -1
  20. mage_ai/data_preparation/templates/testable.jinja +2 -2
  21. mage_ai/data_preparation/templates/transformers/data_warehouse_transformer.jinja +2 -0
  22. mage_ai/data_preparation/templates/transformers/default.jinja +4 -6
  23. mage_ai/data_preparation/templates/transformers/default_pyspark.jinja +4 -4
  24. mage_ai/data_preparation/templates/transformers/transformer_actions/action.jinja +2 -0
  25. mage_ai/io/base.py +11 -1
  26. mage_ai/io/postgres.py +10 -5
  27. mage_ai/server/constants.py +1 -1
  28. mage_ai/server/frontend_dist/404.html +2 -2
  29. mage_ai/server/frontend_dist/404.html.html +2 -2
  30. mage_ai/server/frontend_dist/_next/static/chunks/{2249-84de2142241f4925.js → 2249-70929b8c547bbc18.js} +1 -1
  31. mage_ai/server/frontend_dist/_next/static/chunks/4846-58b7e138009c98a2.js +1 -0
  32. mage_ai/server/frontend_dist/_next/static/chunks/{5944-9488f2ddf3543b08.js → 5944-757b7898608a65e1.js} +1 -1
  33. mage_ai/server/frontend_dist/_next/static/chunks/{6641-fb7a8be8444f2dd4.js → 6641-a0ed2bd8f5dc777b.js} +1 -1
  34. mage_ai/server/frontend_dist/_next/static/chunks/8961-7a2143c4424c9217.js +1 -0
  35. mage_ai/server/frontend_dist/_next/static/chunks/{9140-836abb2721055e82.js → 9140-6f67e0879394373d.js} +1 -1
  36. mage_ai/server/frontend_dist/_next/static/chunks/9898-51ca6a904b7a2382.js +1 -0
  37. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-a1e8869ed201ce7e.js +1 -0
  38. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-0678cf63c79072a7.js +1 -0
  39. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js +1 -0
  40. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/{block-runs-a6dbd67285ecc5a5.js → block-runs-8f23f7ca9efcb069.js} +1 -1
  41. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-d2bbafbb5b2c09e7.js +1 -0
  42. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js +1 -0
  43. mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-5d7c45bb058a3f20.js +1 -0
  44. mage_ai/server/frontend_dist/_next/static/chunks/pages/{triggers-dbce4f85a95ea336.js → triggers-e0172c422c95eda9.js} +1 -1
  45. mage_ai/server/frontend_dist/_next/static/{0jln56azuIZflrR1CXt9U → okm8eXXn0kUptL5A1B7a6}/_buildManifest.js +1 -1
  46. mage_ai/server/frontend_dist/index.html +2 -2
  47. mage_ai/server/frontend_dist/manage.html +2 -2
  48. mage_ai/server/frontend_dist/pipeline-runs.html +2 -2
  49. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +2 -2
  50. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +2 -2
  51. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  52. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +2 -2
  53. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +2 -2
  54. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +2 -2
  55. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +2 -2
  56. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +2 -2
  57. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +2 -2
  58. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +2 -2
  59. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +2 -2
  60. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +2 -2
  61. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  62. mage_ai/server/frontend_dist/pipelines.html +2 -2
  63. mage_ai/server/frontend_dist/settings/account/profile.html +2 -2
  64. mage_ai/server/frontend_dist/settings/workspace/preferences.html +2 -2
  65. mage_ai/server/frontend_dist/settings/workspace/users.html +2 -2
  66. mage_ai/server/frontend_dist/settings.html +2 -2
  67. mage_ai/server/frontend_dist/sign-in.html +13 -13
  68. mage_ai/server/frontend_dist/terminal.html +2 -2
  69. mage_ai/server/frontend_dist/test.html +2 -2
  70. mage_ai/server/frontend_dist/triggers.html +2 -2
  71. mage_ai/server/server.py +1 -0
  72. mage_ai/server/utils/output_display.py +7 -0
  73. mage_ai/server/websocket_server.py +2 -2
  74. mage_ai/services/datadog/__init__.py +123 -0
  75. mage_ai/tests/data_preparation/test_templates.py +34 -86
  76. mage_ai/tests/services/datadog/__init__.py +0 -0
  77. mage_ai/tests/services/datadog/test_datadog.py +69 -0
  78. {mage_ai-0.8.4.dist-info → mage_ai-0.8.6.dist-info}/METADATA +2 -1
  79. {mage_ai-0.8.4.dist-info → mage_ai-0.8.6.dist-info}/RECORD +85 -82
  80. mage_ai/server/frontend_dist/_next/static/chunks/4846-64f9afc02d45293c.js +0 -1
  81. mage_ai/server/frontend_dist/_next/static/chunks/8961-e25997bc088e0d19.js +0 -1
  82. mage_ai/server/frontend_dist/_next/static/chunks/9898-91c6384c9bd33ca7.js +0 -1
  83. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-688184bd8b4d4f5c.js +0 -1
  84. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-c6dfcc4f231cfa5a.js +0 -1
  85. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-abce05c25bee218d.js +0 -1
  86. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-a056c0e384d39c9b.js +0 -1
  87. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-6a8545f96cc7b8f2.js +0 -1
  88. mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-1734d248ec2b6c24.js +0 -1
  89. /mage_ai/server/frontend_dist/_next/static/{0jln56azuIZflrR1CXt9U → okm8eXXn0kUptL5A1B7a6}/_middlewareManifest.js +0 -0
  90. /mage_ai/server/frontend_dist/_next/static/{0jln56azuIZflrR1CXt9U → okm8eXXn0kUptL5A1B7a6}/_ssgManifest.js +0 -0
  91. {mage_ai-0.8.4.dist-info → mage_ai-0.8.6.dist-info}/LICENSE +0 -0
  92. {mage_ai-0.8.4.dist-info → mage_ai-0.8.6.dist-info}/WHEEL +0 -0
  93. {mage_ai-0.8.4.dist-info → mage_ai-0.8.6.dist-info}/entry_points.txt +0 -0
  94. {mage_ai-0.8.4.dist-info → mage_ai-0.8.6.dist-info}/top_level.txt +0 -0
@@ -1,14 +1,12 @@
1
1
  {% extends "testable.jinja" %}
2
2
  {% block imports %}
3
- from pandas import DataFrame
4
-
5
3
  if 'transformer' not in globals():
6
4
  from mage_ai.data_preparation.decorators import transformer
7
5
  {% endblock %}
8
6
 
9
7
  {% block content %}
10
8
  @transformer
11
- def transform_df(df: DataFrame, *args, **kwargs) -> DataFrame:
9
+ def transform(*args, **kwargs):
12
10
  """
13
11
  Template code for a transformer block.
14
12
 
@@ -16,12 +14,12 @@ def transform_df(df: DataFrame, *args, **kwargs) -> DataFrame:
16
14
  There should be one parameter for each output variable from each parent block.
17
15
 
18
16
  Args:
19
- df (DataFrame): Data frame from parent block.
17
+ args: The input variables from upstream blocks
20
18
 
21
19
  Returns:
22
- DataFrame: Transformed data frame
20
+ Anything (e.g. data frame, dictionary, array, int, str, etc.)
23
21
  """
24
22
  # Specify your transformation logic here
25
23
  {{ code }}
26
- return df
24
+ return {}
27
25
  {% endblock %}
@@ -6,7 +6,7 @@ if 'transformer' not in globals():
6
6
 
7
7
  {% block content %}
8
8
  @transformer
9
- def transform_df(df, *args, **kwargs):
9
+ def transform(*args, **kwargs):
10
10
  """
11
11
  Template code for a transformer block.
12
12
 
@@ -14,12 +14,12 @@ def transform_df(df, *args, **kwargs):
14
14
  There should be one parameter for each output variable from each parent block.
15
15
 
16
16
  Args:
17
- df: Data frame from parent block.
17
+ args: The input variables from upstream blocks
18
18
 
19
19
  Returns:
20
- Transformed data frame
20
+ Anything (e.g. data frame, dictionary, array, int, str, etc.)
21
21
  """
22
22
  # Specify your transformation logic here
23
23
  {{ code }}
24
- return df
24
+ return {}
25
25
  {% endblock %}
@@ -3,6 +3,8 @@
3
3
  from mage_ai.data_cleaner.transformer_actions.base import BaseAction
4
4
  from mage_ai.data_cleaner.transformer_actions.constants import ActionType, Axis
5
5
  from mage_ai.data_cleaner.transformer_actions.utils import build_transformer_action
6
+ from pandas import DataFrame
7
+
6
8
  {{ super() -}}
7
9
  {% endblock %}
8
10
 
mage_ai/io/base.py CHANGED
@@ -60,7 +60,17 @@ class BaseIO(ABC):
60
60
  Returns:
61
61
  str: Modified query with limit on row count returned.
62
62
  """
63
- return f'SELECT * FROM ({query.strip(";")}) AS subquery LIMIT {limit};'
63
+ query = query.strip(';')
64
+
65
+ return f"""
66
+ WITH subquery AS (
67
+ {query}
68
+ )
69
+
70
+ SELECT *
71
+ FROM subquery
72
+ LIMIT {limit}
73
+ """
64
74
 
65
75
  @abstractmethod
66
76
  def load(self, *args, **kwargs) -> DataFrame:
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.4'
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/0jln56azuIZflrR1CXt9U/_buildManifest.js" defer=""></script><script src="/_next/static/0jln56azuIZflrR1CXt9U/_ssgManifest.js" defer=""></script><script src="/_next/static/0jln56azuIZflrR1CXt9U/_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":"0jln56azuIZflrR1CXt9U","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/0jln56azuIZflrR1CXt9U/_buildManifest.js" defer=""></script><script src="/_next/static/0jln56azuIZflrR1CXt9U/_ssgManifest.js" defer=""></script><script src="/_next/static/0jln56azuIZflrR1CXt9U/_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":"0jln56azuIZflrR1CXt9U","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"})]})})]})}}}]);
@@ -0,0 +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","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"})]})})]})}}}]);
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6641],{43032:function(e,t,n){n.d(t,{Cl:function(){return c},Nk:function(){return l},ZG:function(){return a}});var r=n(9518),o=n(23831),i=n(49125),a=1.5*i.iI,c=1*a+i.iI/2,l=r.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-uvd91-0"})([".row:hover{","}"],(function(e){return"\n background-color: ".concat((e.theme.interactive||o.Z.interactive).hoverBackground,";\n ")}))},68735:function(e,t,n){var r=n(26304),o=n(21831),i=n(82394),a=n(82684),c=n(26226),l=n(9518),s=n(90948),u=n(84969),d=n(65743),f=n(85587),p=n(79487),h=n(52136),m=n(67778),x=n(29989),g=n(17066),v=n(84482),y=n(76771),b=n(98889),j=n(65376),O=n(61655),k=n(97745),Z=n(48072),w=n(10103),L=n(84181),E=n(24903),P=n(67971),T=n(86673),I=n(19711),M=n(52359),_=n(23831),C=n(80906),D=n(73899),A=n(2005),N=n(31012),S=n(49125),F=n(24224),R=n(344),U=n(45739),B=n(28598),X=["areaBetweenLines","data","events","height","lineLegendNames","margin","width","xAxisLabel","xLabelFormat","yAxisLabel","yLabelFormat"];function W(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function V(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?W(Object(n),!0).forEach((function(t){(0,i.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var q=V(V({},j.j),{},{backgroundColor:_.Z.background.muted,border:"none"}),z=(0,O.Z)((function(e){var t=e.areaBetweenLines,n=e.data,r=e.events,i=void 0!==r&&r,c=e.getX,O=e.getY,P=e.gridProps,T=void 0===P?{}:P,M=e.height,X=e.hideGridX,W=e.hideTooltip,z=e.increasedXTicks,Y=e.lineLegendNames,G=e.margin,J=e.noCurve,H=e.numYTicks,K=e.renderXTooltipContent,Q=e.renderYTooltipContent,$=e.showTooltip,ee=e.thickStroke,te=e.tooltipData,ne=e.tooltipLeft,re=void 0===ne?0:ne,oe=e.tooltipTop,ie=void 0===oe?[]:oe,ae=e.width,ce=e.xLabelFormat,le=e.xLabelRotate,se=void 0===le||le,ue=e.yLabelFormat,de=(0,a.useContext)(l.ThemeContext),fe=c||function(e){return null===e||void 0===e?void 0:e.x},pe=O||function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return null===e||void 0===e||null===(t=e.y)||void 0===t?void 0:t[n]},he=_.Z.monotone.gray,me=_.Z.brand.wind200,xe=_.Z.content.muted,ge=_.Z.monotone.gray,ve=n.map((function(e){return Number(fe(e))}));if(ae<10)return null;var ye=ae-G.left-G.right,be=M-G.top-G.bottom,je=ye/2,Oe=Math.max.apply(Math,(0,o.Z)(n.map((function(e){var t=e.y;return(null===t||void 0===t?void 0:t.length)||0})))),ke=(0,a.useMemo)((function(){return(0,L.Z)({domain:[Math.min.apply(Math,(0,o.Z)(ve)),Math.max.apply(Math,(0,o.Z)(ve))],range:[0,ye]})}),[ye,ve]),Ze=Math.min.apply(Math,(0,o.Z)(n.map((function(e){var t=e.y;return Math.min.apply(Math,(0,o.Z)(t||[]))})))),we=Math.max.apply(Math,(0,o.Z)(n.map((function(e){var t=e.y;return Math.max.apply(Math,(0,o.Z)(t||[]))})))),Le=(0,a.useMemo)((function(){return(0,L.Z)({domain:[Ze,we],nice:!0,range:[be,0]})}),[be,we,Ze]),Ee=ae>520?z?20:10:z?10:5,Pe=(0,U.K)(de),Te=xe,Ie=Pe.map((function(e){return{stroke:e}})),Me=(0,E.Z)({domain:Y||[],range:Ie.map((function(e){return e.stroke}))}),_e=(0,a.useCallback)((function(e){var t=((0,Z.Z)(e)||{x:0}).x,r=ke.invert(t-G.left),o=(0,F.ry)(ve,(function(e){return r>=e})),i=n[o-1],a=n[o],c=i;a&&(r-fe(i)>fe(a)-r?c=a:(c=i,o-=1));var l=(0,w.range)(0,Oe).map((function(e){return Le(pe(c,e))}));pe(c)&&$({tooltipData:V(V({},c),{},{index:o}),tooltipLeft:t,tooltipTop:l})}),[n,fe,pe,G,$,ke,Le]),Ce={};return J||(Ce.curve=k.ZP),(0,B.jsxs)(B.Fragment,{children:[Y&&(0,B.jsx)("div",{style:{marginLeft:null===G||void 0===G?void 0:G.left},children:(0,B.jsx)(g.Z,{labelFormat:function(e){return e},scale:Me,children:function(e){return(0,B.jsx)("div",{style:{display:"flex",flexDirection:C.qs.ROW},children:e.map((function(e,t){return(0,B.jsxs)(v.Z,{margin:"0 5px",onClick:function(){i&&alert("clicked: ".concat(JSON.stringify(e)))},children:[(0,B.jsx)("svg",{height:15,width:15,children:(0,B.jsx)("rect",{fill:e.value,height:15,width:15})}),(0,B.jsx)(y.Z,{align:"left",margin:"0 0 0 4px",children:(0,B.jsx)(I.ZP,{small:!0,children:e.text})})]},"legend-quantile-".concat(t))}))})}})}),(0,B.jsxs)("svg",{height:M,width:ae,children:[!t&&(0,B.jsx)(d.Z,{fill:"transparent",height:M,onMouseLeave:function(){return W()},onMouseMove:_e,onTouchMove:_e,onTouchStart:_e,rx:14,width:ae-(G.left+G.right),x:G.left,y:0}),(0,B.jsxs)(x.Z,{left:G.left,top:G.top,children:[!X&&(0,B.jsx)(h.Z,V({height:be,pointerEvents:"none",scale:ke,stroke:he,strokeDasharray:"3,3",strokeOpacity:.4,width:ye},T)),(0,B.jsx)(m.Z,V({height:be,pointerEvents:"none",scale:Le,stroke:he,strokeDasharray:"3,3",strokeOpacity:.4,width:ye},T)),(0,B.jsx)("line",{stroke:he,x1:ye,x2:ye,y1:0,y2:be}),(0,B.jsx)(s.Z,{numTicks:Ee,scale:ke,stroke:Te,tickFormat:function(e){return ce?ce(e):e},tickLabelProps:function(e){return{fill:xe,fontFamily:A.ry,fontSize:N.J5,textAnchor:"middle",transform:se&&"rotate(-45, ".concat(ke(e),", 0) translate(-32, 4)")}},tickStroke:Te,top:be}),(0,B.jsx)(u.Z,{hideTicks:!0,numTicks:H,scale:Le,stroke:Te,tickFormat:function(e){return ue?ue(e):(0,R.P5)(e)},tickLabelProps:function(e){return{dx:String(e).length>4?3:0,fill:xe,fontFamily:A.ry,fontSize:N.J5,textAnchor:"end",transform:"translate(0,2.5)"}},tickStroke:Te}),t&&t.map((function(e){var t=e[0],r=e[1];return(0,a.createElement)(b.Z,V(V({},Ce),{},{aboveAreaProps:{fill:_.Z.brand.earth400,fillOpacity:.3},belowAreaProps:{fill:me,fillOpacity:.2},clipAboveTo:0,clipBelowTo:be,data:n,id:"".concat(Math.random()),key:"".concat(t,"-").concat(r),x:function(e){return ke(fe(e))},y0:function(e){return Le("undefined"===typeof r?Ze:pe(e,r))},y1:function(e){return Le(pe(e,t))}}))})),(0,w.range)(0,Oe).map((function(e){return(0,a.createElement)(f.Z,V(V({},Ce),{},{data:n.filter((function(e){return void 0!=e.y})),key:e,pointerEvents:"none",strokeWidth:ee?2:1,x:function(e){return ke(fe(e))},y:function(t){return Le(t.y&&(e>=t.y.length?Ze:pe(t,e)))}},Ie[e]))}))]}),te&&(0,B.jsxs)("g",{children:[(0,B.jsx)(p.Z,{from:{x:re,y:G.top},pointerEvents:"none",stroke:D.Ej,strokeDasharray:"5,2",strokeWidth:1,to:{x:re,y:be+G.top}}),ie.map((function(e,t){return(0,B.jsx)("circle",{cx:re,cy:e+1+G.top,fill:Ie[t].stroke,fillOpacity:.1,pointerEvents:"none",r:4,stroke:ge,strokeOpacity:.1,strokeWidth:1},t)})),ie.map((function(e,t){return(0,B.jsx)("circle",{cx:re,cy:e+G.top,fill:Ie[t].stroke,pointerEvents:"none",r:4,stroke:Ie[t].stroke,strokeWidth:2},t)}))]})]}),te&&(0,B.jsxs)("div",{children:[ie.map((function(e,t){var n=pe(te,t);return t>=1&&Math.abs(ie[t-1]-e)<5*S.iI&&(e+=3*S.iI),(0,B.jsxs)(j.Z,{left:re>je?re-(0,R.Vs)(Q,te,t)*S.iI:re+S.iI,style:q,top:e-2*S.iI,children:[Q&&Q(te,t),!Q&&(0,B.jsxs)(I.ZP,{center:!0,small:!0,children:[n.toFixed?n.toFixed(3):n," ",null===Y||void 0===Y?void 0:Y[t]]})]},t)})),(0,B.jsxs)(j.Z,{left:re>je?re-4*(0,R.Vs)(K,te):re,style:V(V({},q),{},{transform:"translateX(-65%)"}),top:be+G.top,children:[K&&K(te),!K&&(0,B.jsx)(I.ZP,{center:!0,small:!0,children:fe(te).toFixed(3)})]})]})]})}));t.Z=function(e){var t=e.areaBetweenLines,n=e.data,o=(e.events,e.height),i=e.lineLegendNames,a=e.margin,l=void 0===a?{}:a,s=e.width,u=e.xAxisLabel,d=e.xLabelFormat,f=e.yAxisLabel,p=e.yLabelFormat,h=(0,r.Z)(e,X),m=V(V({},{bottom:3*S.iI,left:5*S.iI,right:3*S.iI,top:3*S.iI}),l);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)("div",{style:{display:"flex",height:o,marginBottom:S.iI,width:"100%"},children:[f&&(0,B.jsx)(P.Z,{alignItems:"center",fullHeight:!0,justifyContent:"center",width:28,children:(0,B.jsx)(M.Z,{children:(0,B.jsx)(I.ZP,{center:!0,muted:!0,small:!0,children:f})})}),(0,B.jsx)(T.Z,{mr:1}),(0,B.jsx)("div",{style:{height:o,width:"undefined"===typeof s?"100%":s},children:(0,B.jsx)(c.Z,{children:function(e){var r=e.width,o=e.height;return(0,B.jsx)(z,V(V({},h),{},{areaBetweenLines:t,data:n,height:o,lineLegendNames:i,margin:m,width:r,xLabelFormat:d,yLabelFormat:p}))}})})]}),u&&(0,B.jsx)("div",{style:{paddingLeft:f?36:0,paddingTop:4},children:(0,B.jsx)(I.ZP,{center:!0,muted:!0,small:!0,children:u})})]})}},80906:function(e,t,n){var r,o,i,a;n.d(t,{Q0:function(){return r},qs:function(){return o}}),function(e){e.ADD="add",e.AVERAGE="average",e.CLEAN_COLUMN_NAME="clean_column_name",e.COUNT="count",e.COUNT_DISTINCT="count_distinct",e.CUSTOM="custom",e.DIFF="diff",e.DROP_DUPLICATE="drop_duplicate",e.EXPAND_COLUMN="expand_column",e.EXPLODE="explode",e.FILTER="filter",e.FIRST="first",e.FIX_SYNTAX_ERRORS="fix_syntax_errors",e.GROUP="group",e.IMPUTE="impute",e.JOIN="join",e.LAST="last",e.LIMIT="limit",e.MAX="max",e.MEDIAN="median",e.MIN="min",e.MODE="mode",e.NORMALIZE="normalize",e.REFORMAT="reformat",e.REMOVE="remove",e.REMOVE_OUTLIERS="remove_outliers",e.SCALE="scale",e.SELECT="select",e.SHIFT_DOWN="shift_down",e.SHIFT_UP="shift_up",e.SORT="sort",e.STANDARDIZE="standardize",e.SUM="sum",e.UNION="union",e.UPDATE_TYPE="update_type",e.UPDATE_VALUE="update_value"}(r||(r={})),function(e){e.COLUMN="column",e.ROW="row"}(o||(o={})),function(e){e.NOT_APPLIED="not_applied",e.COMPLETED="completed"}(i||(i={})),function(e){e.FEATURE="feature"}(a||(a={}))},55378:function(e,t,n){var r=n(82394),o=n(26304),i=n(82684),a=n(9518),c=n(69898),l=n(31969),s=n(49125),u=n(28598),d=["beforeIcon","children","label","placeholder"];function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){(0,r.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var h=a.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;}"," "," "," ",""],c.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||l.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||l.Z.content).inverted,";\n ")})),m=function(e,t){var n=e.beforeIcon,r=e.children,i=e.label,a=e.placeholder,l=(0,o.Z)(e,d);return(0,u.jsx)(c.Z,p(p({},l),{},{beforeIcon:n,input:(0,u.jsxs)(h,p(p({},l),{},{children:[(i||a)&&(0,u.jsx)("option",{disabled:!0,selected:!0,value:"",children:i||a}),r]})),label:i,placeholder:a,ref:t,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};t.Z=i.forwardRef(m)}}]);
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6641],{43032:function(e,t,n){n.d(t,{Cl:function(){return c},Nk:function(){return l},ZG:function(){return a}});var r=n(9518),o=n(23831),i=n(49125),a=1.5*i.iI,c=1*a+i.iI/2,l=r.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-uvd91-0"})([".row:hover{","}"],(function(e){return"\n background-color: ".concat((e.theme.interactive||o.Z.interactive).hoverBackground,";\n ")}))},68735:function(e,t,n){var r=n(26304),o=n(21831),i=n(82394),a=n(82684),c=n(26226),l=n(9518),s=n(90948),u=n(84969),d=n(65743),p=n(85587),f=n(79487),h=n(52136),m=n(67778),x=n(29989),g=n(17066),v=n(84482),y=n(76771),b=n(98889),j=n(65376),O=n(61655),k=n(97745),Z=n(48072),w=n(10103),L=n(84181),E=n(24903),P=n(67971),T=n(86673),I=n(19711),M=n(52359),_=n(23831),C=n(80906),D=n(73899),A=n(2005),N=n(31012),S=n(49125),F=n(24224),R=n(344),U=n(45739),B=n(28598),X=["areaBetweenLines","data","events","height","lineLegendNames","margin","width","xAxisLabel","xLabelFormat","yAxisLabel","yLabelFormat"];function W(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function V(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?W(Object(n),!0).forEach((function(t){(0,i.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var q=V(V({},j.j),{},{backgroundColor:_.Z.background.muted,border:"none"}),z=(0,O.Z)((function(e){var t=e.areaBetweenLines,n=e.data,r=e.events,i=void 0!==r&&r,c=e.getX,O=e.getY,P=e.gridProps,T=void 0===P?{}:P,M=e.height,X=e.hideGridX,W=e.hideTooltip,z=e.increasedXTicks,Y=e.lineLegendNames,G=e.margin,J=e.noCurve,H=e.numYTicks,K=e.renderXTooltipContent,Q=e.renderYTooltipContent,$=e.showTooltip,ee=e.thickStroke,te=e.tooltipData,ne=e.tooltipLeft,re=void 0===ne?0:ne,oe=e.tooltipTop,ie=void 0===oe?[]:oe,ae=e.width,ce=e.xLabelFormat,le=e.xLabelRotate,se=void 0===le||le,ue=e.yLabelFormat,de=(0,a.useContext)(l.ThemeContext),pe=c||function(e){return null===e||void 0===e?void 0:e.x},fe=O||function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return null===e||void 0===e||null===(t=e.y)||void 0===t?void 0:t[n]},he=_.Z.monotone.gray,me=_.Z.brand.wind200,xe=_.Z.content.muted,ge=_.Z.monotone.gray,ve=n.map((function(e){return Number(pe(e))}));if(ae<10)return null;var ye=ae-G.left-G.right,be=M-G.top-G.bottom,je=ye/2,Oe=Math.max.apply(Math,(0,o.Z)(n.map((function(e){var t=e.y;return(null===t||void 0===t?void 0:t.length)||0})))),ke=(0,a.useMemo)((function(){return(0,L.Z)({domain:[Math.min.apply(Math,(0,o.Z)(ve)),Math.max.apply(Math,(0,o.Z)(ve))],range:[0,ye]})}),[ye,ve]),Ze=Math.min.apply(Math,(0,o.Z)(n.map((function(e){var t=e.y;return Math.min.apply(Math,(0,o.Z)(t||[]))})))),we=Math.max.apply(Math,(0,o.Z)(n.map((function(e){var t=e.y;return Math.max.apply(Math,(0,o.Z)(t||[]))})))),Le=(0,a.useMemo)((function(){return(0,L.Z)({domain:[Ze,we],nice:!0,range:[be,0]})}),[be,we,Ze]),Ee=ae>520?z?20:10:z?10:5,Pe=(0,U.K)(de),Te=xe,Ie=Pe.map((function(e){return{stroke:e}})),Me=(0,E.Z)({domain:Y||[],range:Ie.map((function(e){return e.stroke}))}),_e=(0,a.useCallback)((function(e){var t=((0,Z.Z)(e)||{x:0}).x,r=ke.invert(t-G.left),o=(0,F.ry)(ve,(function(e){return r>=e})),i=n[o-1],a=n[o],c=i;a&&(r-pe(i)>pe(a)-r?c=a:(c=i,o-=1));var l=(0,w.range)(0,Oe).map((function(e){return Le(fe(c,e))}));fe(c)&&$({tooltipData:V(V({},c),{},{index:o}),tooltipLeft:t,tooltipTop:l})}),[n,pe,fe,G,$,ke,Le]),Ce={};return J||(Ce.curve=k.ZP),(0,B.jsxs)(B.Fragment,{children:[Y&&(0,B.jsx)("div",{style:{marginLeft:null===G||void 0===G?void 0:G.left},children:(0,B.jsx)(g.Z,{labelFormat:function(e){return e},scale:Me,children:function(e){return(0,B.jsx)("div",{style:{display:"flex",flexDirection:C.qs.ROW},children:e.map((function(e,t){return(0,B.jsxs)(v.Z,{margin:"0 5px",onClick:function(){i&&alert("clicked: ".concat(JSON.stringify(e)))},children:[(0,B.jsx)("svg",{height:15,width:15,children:(0,B.jsx)("rect",{fill:e.value,height:15,width:15})}),(0,B.jsx)(y.Z,{align:"left",margin:"0 0 0 4px",children:(0,B.jsx)(I.ZP,{small:!0,children:e.text})})]},"legend-quantile-".concat(t))}))})}})}),(0,B.jsxs)("svg",{height:M,width:ae,children:[!t&&(0,B.jsx)(d.Z,{fill:"transparent",height:M,onMouseLeave:function(){return W()},onMouseMove:_e,onTouchMove:_e,onTouchStart:_e,rx:14,width:ae-(G.left+G.right),x:G.left,y:0}),(0,B.jsxs)(x.Z,{left:G.left,top:G.top,children:[!X&&(0,B.jsx)(h.Z,V({height:be,pointerEvents:"none",scale:ke,stroke:he,strokeDasharray:"3,3",strokeOpacity:.4,width:ye},T)),(0,B.jsx)(m.Z,V({height:be,pointerEvents:"none",scale:Le,stroke:he,strokeDasharray:"3,3",strokeOpacity:.4,width:ye},T)),(0,B.jsx)("line",{stroke:he,x1:ye,x2:ye,y1:0,y2:be}),(0,B.jsx)(s.Z,{numTicks:Ee,scale:ke,stroke:Te,tickFormat:function(e){return ce?ce(e):e},tickLabelProps:function(e){return{fill:xe,fontFamily:A.ry,fontSize:N.J5,textAnchor:"middle",transform:se&&"rotate(-45, ".concat(ke(e),", 0) translate(-32, 4)")}},tickStroke:Te,top:be}),(0,B.jsx)(u.Z,{hideTicks:!0,numTicks:H,scale:Le,stroke:Te,tickFormat:function(e){return ue?ue(e):(0,R.P5)(e)},tickLabelProps:function(e){return{dx:String(e).length>4?3:0,fill:xe,fontFamily:A.ry,fontSize:N.J5,textAnchor:"end",transform:"translate(0,2.5)"}},tickStroke:Te}),t&&t.map((function(e){var t=e[0],r=e[1];return(0,a.createElement)(b.Z,V(V({},Ce),{},{aboveAreaProps:{fill:_.Z.brand.earth400,fillOpacity:.3},belowAreaProps:{fill:me,fillOpacity:.2},clipAboveTo:0,clipBelowTo:be,data:n,id:"".concat(Math.random()),key:"".concat(t,"-").concat(r),x:function(e){return ke(pe(e))},y0:function(e){return Le("undefined"===typeof r?Ze:fe(e,r))},y1:function(e){return Le(fe(e,t))}}))})),(0,w.range)(0,Oe).map((function(e){return(0,a.createElement)(p.Z,V(V({},Ce),{},{data:n.filter((function(e){return void 0!=e.y})),key:e,pointerEvents:"none",strokeWidth:ee?2:1,x:function(e){return ke(pe(e))},y:function(t){return Le(t.y&&(e>=t.y.length?Ze:fe(t,e)))}},Ie[e]))}))]}),te&&(0,B.jsxs)("g",{children:[(0,B.jsx)(f.Z,{from:{x:re,y:G.top},pointerEvents:"none",stroke:D.Ej,strokeDasharray:"5,2",strokeWidth:1,to:{x:re,y:be+G.top}}),ie.map((function(e,t){return(0,B.jsx)("circle",{cx:re,cy:e+1+G.top,fill:Ie[t].stroke,fillOpacity:.1,pointerEvents:"none",r:4,stroke:ge,strokeOpacity:.1,strokeWidth:1},t)})),ie.map((function(e,t){return(0,B.jsx)("circle",{cx:re,cy:e+G.top,fill:Ie[t].stroke,pointerEvents:"none",r:4,stroke:Ie[t].stroke,strokeWidth:2},t)}))]})]}),te&&(0,B.jsxs)("div",{children:[ie.map((function(e,t){var n=fe(te,t);return t>=1&&Math.abs(ie[t-1]-e)<5*S.iI&&(e+=3*S.iI),(0,B.jsxs)(j.Z,{left:re>je?re-(0,R.Vs)(Q,te,t)*S.iI:re+S.iI,style:q,top:e-2*S.iI,children:[Q&&Q(te,t),!Q&&(0,B.jsxs)(I.ZP,{center:!0,small:!0,children:[n.toFixed?n.toFixed(3):n," ",null===Y||void 0===Y?void 0:Y[t]]})]},t)})),(0,B.jsxs)(j.Z,{left:re>je?re-4*(0,R.Vs)(K,te):re,style:V(V({},q),{},{transform:"translateX(-65%)"}),top:be+G.top,children:[K&&K(te),!K&&(0,B.jsx)(I.ZP,{center:!0,small:!0,children:pe(te).toFixed(3)})]})]})]})}));t.Z=function(e){var t=e.areaBetweenLines,n=e.data,o=(e.events,e.height),i=e.lineLegendNames,a=e.margin,l=void 0===a?{}:a,s=e.width,u=e.xAxisLabel,d=e.xLabelFormat,p=e.yAxisLabel,f=e.yLabelFormat,h=(0,r.Z)(e,X),m=V(V({},{bottom:3*S.iI,left:5*S.iI,right:3*S.iI,top:3*S.iI}),l);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)("div",{style:{display:"flex",height:o,marginBottom:S.iI,width:"100%"},children:[p&&(0,B.jsx)(P.Z,{alignItems:"center",fullHeight:!0,justifyContent:"center",width:28,children:(0,B.jsx)(M.Z,{children:(0,B.jsx)(I.ZP,{center:!0,muted:!0,small:!0,children:p})})}),(0,B.jsx)(T.Z,{mr:1}),(0,B.jsx)("div",{style:{height:o,width:"undefined"===typeof s?"100%":s},children:(0,B.jsx)(c.Z,{children:function(e){var r=e.width,o=e.height;return(0,B.jsx)(z,V(V({},h),{},{areaBetweenLines:t,data:n,height:o,lineLegendNames:i,margin:m,width:r,xLabelFormat:d,yLabelFormat:f}))}})})]}),u&&(0,B.jsx)("div",{style:{paddingLeft:p?36:0,paddingTop:4},children:(0,B.jsx)(I.ZP,{center:!0,muted:!0,small:!0,children:u})})]})}},80906:function(e,t,n){var r,o,i,a;n.d(t,{Q0:function(){return r},qs:function(){return o}}),function(e){e.ADD="add",e.AVERAGE="average",e.CLEAN_COLUMN_NAME="clean_column_name",e.COUNT="count",e.COUNT_DISTINCT="count_distinct",e.CUSTOM="custom",e.DIFF="diff",e.DROP_DUPLICATE="drop_duplicate",e.EXPAND_COLUMN="expand_column",e.EXPLODE="explode",e.FILTER="filter",e.FIRST="first",e.FIX_SYNTAX_ERRORS="fix_syntax_errors",e.GROUP="group",e.IMPUTE="impute",e.JOIN="join",e.LAST="last",e.LIMIT="limit",e.MAX="max",e.MEDIAN="median",e.MIN="min",e.MODE="mode",e.NORMALIZE="normalize",e.REFORMAT="reformat",e.REMOVE="remove",e.REMOVE_OUTLIERS="remove_outliers",e.SCALE="scale",e.SELECT="select",e.SHIFT_DOWN="shift_down",e.SHIFT_UP="shift_up",e.SORT="sort",e.STANDARDIZE="standardize",e.SUM="sum",e.UNION="union",e.UPDATE_TYPE="update_type",e.UPDATE_VALUE="update_value"}(r||(r={})),function(e){e.COLUMN="column",e.ROW="row"}(o||(o={})),function(e){e.NOT_APPLIED="not_applied",e.COMPLETED="completed"}(i||(i={})),function(e){e.FEATURE="feature"}(a||(a={}))},55378:function(e,t,n){var r=n(82394),o=n(26304),i=n(82684),a=n(9518),c=n(69898),l=n(31969),s=n(49125),u=n(28598),d=["beforeIcon","children","label","multiple","placeholder"];function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){(0,r.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var h=a.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;}"," "," "," ",""],c.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||l.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||l.Z.content).inverted,";\n ")})),m=function(e,t){var n=e.beforeIcon,r=e.children,i=e.label,a=e.multiple,l=e.placeholder,s=(0,o.Z)(e,d);return(0,u.jsx)(c.Z,f(f({},s),{},{beforeIcon:n,input:(0,u.jsxs)(h,f(f({multiple:a},s),{},{children:[(i||l)&&(0,u.jsx)("option",{disabled:!0,selected:!0,value:"",children:i||l}),r]})),label:i,placeholder:l,ref:t,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};t.Z=i.forwardRef(m)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8961],{2850:function(e,n,i){i.d(n,{M:function(){return c},W:function(){return l}});var t=i(9518),r=i(23831),o=i(3055),l=34*i(49125).iI,c=t.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);",""],o.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 R}});var t=i(21831),r=i(75582),o=i(82684),l=i(83455),c=i(34376),s=i(28598);var a=function(e){var n=e.size;return(0,s.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,s.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,s.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,s.jsx)("defs",{children:(0,s.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,s.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,s.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},u=i(16953),d=i(61519);var p=function(e){var n=e.size;return(0,s.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,s.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,s.jsx)("defs",{children:(0,s.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,s.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,s.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},f=i(70434),h=i(34744),g=i(67971),b=i(87372),C=i(98781),x=i(29664),m=i(86673);var v=function(e){var n=e.size;return(0,s.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,s.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,s.jsx)("defs",{children:(0,s.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,s.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,s.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},j=i(82531),I=i(10503),S=i(9518),w=i(23831),y=i(73942),Z=i(49125),_=S.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],y.n_,3*Z.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||w.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 ')})),P=i(3055),O=i(59920),k=i(96510),M=i(90211),E=i(24141);var R=function(e){var n=e.after,i=e.afterHidden,S=e.afterWidth,w=e.before,y=e.beforeWidth,R=e.breadcrumbs,D=e.buildSidekick,V=e.children,N=e.headline,H=e.pageName,L=e.pipeline,T=e.subheader,B=e.subheaderBackground,U=e.subheaderBackgroundImage,G=e.subheaderButton,z=e.subheaderText,A=e.title,F=e.uuid,W=(0,c.useRouter)(),Y=(0,E.i)().height,q=L.uuid,K=j.ZP.pipelines.detail(q,{includes_outputs:!1},{revalidateOnFocus:!1}).data,J=null===K||void 0===K?void 0:K.pipeline,Q=(0,l.Db)(j.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,k.wD)(e,{callback:function(e){var n=e.pipeline.uuid;W.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))}})}}),X=(0,r.Z)(Q,1)[0],$=(0,l.Db)((function(e){return j.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,k.wD)(e,{callback:function(){W.push("/pipelines")}})}}),ee=(0,r.Z)($,1)[0],ne=[{label:function(){return"New standard pipeline"},onClick:function(){return X({pipeline:{name:(0,M.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return X({pipeline:{name:(0,M.Y6)(),type:C.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return ee(q)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ie=(0,o.useMemo)((function(){return n||(D?D({height:Y,heightOffset:P.Mz,pipeline:J}):null)}),[n,D,Y,J]),te=S||(ie?50*Z.iI:null),re=(0,o.useMemo)((function(){var e=[];return J&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),R?(e.push({label:function(){return J.uuid},linkProps:{as:"/pipelines/".concat(q,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,t.Z)(R)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return J.name}})),e}),[R,J,q]),oe=[{Icon:I.Pf,IconSelected:x.Z,id:O.M.TRIGGERS,isSelected:function(){return O.M.TRIGGERS===H},label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(q,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{Icon:I.pd,IconSelected:d.Z,id:O.M.RUNS,isSelected:function(){return O.M.RUNS===H},label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(q,"/runs"),href:"/pipelines/[pipeline]/runs"}},{Icon:I.yg,IconSelected:a,id:O.M.BACKFILLS,isSelected:function(){return O.M.BACKFILLS===H},label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(q,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{Icon:I.B4,IconSelected:v,id:O.M.PIPELINE_LOGS,isSelected:function(){return O.M.PIPELINE_LOGS===H},label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(q,"/logs"),href:"/pipelines/[pipeline]/logs"}},{Icon:I.kL,IconSelected:p,id:O.M.MONITOR,isSelected:function(){return O.M.MONITOR===H},label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(q,"/monitors"),href:"/pipelines/[pipeline]/monitors"}}];return C.q.INTEGRATION===(null===J||void 0===J?void 0:J.type)&&oe.unshift({Icon:I.Re,IconSelected:u.Z,id:O.M.SYNCS,isSelected:function(){return O.M.SYNCS===H},label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(q,"/syncs"),href:"/pipelines/[pipeline]/syncs"}}),oe.unshift({Icon:null,IconSelected:null,id:O.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(q,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,s.jsxs)(f.Z,{after:ie,afterHidden:i,afterWidth:te,before:w,beforeWidth:y,breadcrumbs:re,headerMenuItems:ne,navigationItems:oe,subheaderChildren:"undefined"!==typeof T&&T,title:J?A?A(J):J.name:null,uuid:F,children:[(G||z)&&(0,s.jsx)(m.Z,{mb:Z.Mq,mt:Z.cd,mx:Z.cd,children:(0,s.jsx)(_,{background:B,backgroundImage:U,children:(0,s.jsxs)(g.Z,{alignItems:"center",children:[G,z&&(0,s.jsx)(m.Z,{ml:3}),z]})})}),N&&(0,s.jsx)(m.Z,{p:Z.cd,children:(0,s.jsxs)(m.Z,{mt:Z.cd,px:Z.cd,children:[(0,s.jsx)(b.Z,{level:5,children:N}),(0,s.jsx)(h.Z,{light:!0,mt:Z.cd,short:!0})]})}),V]})}},18025:function(e,n,i){i.d(n,{J:function(){return s},U:function(){return c}});var t=i(9518),r=i(23831),o=i(73942),l=i(49125),c=t.default.div.withConfig({displayName:"indexstyle__CardStyle",componentId:"sc-m7tlau-0"})(["border-radius:","px;border-style:solid;border-width:2px;height:","px;margin-right:","px;padding:","px;width:","px;"," ",""],o.TR,14*l.iI,l.cd*l.iI,l.cd*l.iI,40*l.iI,(function(e){return!e.selected&&"\n border-color: ".concat((e.theme.borders||r.Z.borders).light,";\n ")}),(function(e){return e.selected&&"\n border-color: ".concat((e.theme.interactive||r.Z.interactive).linkPrimary,";\n ")})),s=t.default.div.withConfig({displayName:"indexstyle__DateSelectionContainer",componentId:"sc-m7tlau-1"})(["border-radius:","px;padding:","px;"," "," ",""],o.n_,l.tr,(function(e){return"\n background-color: ".concat((e.theme.interactive||r.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.absolute&&"\n position: absolute;\n z-index: 2;\n right: 0;\n top: ".concat(2.5*l.iI,"px;\n ")}),(function(e){return e.topPosition&&"\n top: -".concat(42*l.iI,"px;\n ")}))},2713:function(e,n,i){var t=i(82394),r=i(44495),o=i(67971),l=i(55378),c=i(86673),s=i(19711),a=i(18025),u=i(49125),d=i(24224),p=i(28598);function f(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function h(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?f(Object(i),!0).forEach((function(n){(0,t.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):f(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}n.Z=function(e){var n=e.selectedDate,i=e.selectedTime,t=e.setSelectedDate,f=e.setSelectedTime,g=e.topPosition;return(0,p.jsxs)(a.J,{absolute:!0,topPosition:g,children:[(0,p.jsx)(r.ZP,{onChange:t,value:n}),(0,p.jsx)(c.Z,{mb:2}),(0,p.jsxs)(o.Z,{alignItems:"center",children:[(0,p.jsx)(s.ZP,{default:!0,large:!0,children:"Time (UTC):"}),(0,p.jsx)(c.Z,{pr:2}),(0,p.jsx)(l.Z,{compact:!0,monospace:!0,onChange:function(e){e.preventDefault(),f((function(n){return h(h({},n),{},{hour:e.target.value})}))},paddingRight:5*u.iI,placeholder:"HH",value:null===i||void 0===i?void 0:i.hour,children:(0,d.m5)(24,0).map((function(e){return String(e).padStart(2,"0")})).map((function(e){return(0,p.jsx)("option",{value:e,children:e},"hour_".concat(e))}))}),(0,p.jsx)(c.Z,{px:1,children:(0,p.jsx)(s.ZP,{bold:!0,large:!0,children:":"})}),(0,p.jsx)(l.Z,{compact:!0,monospace:!0,onChange:function(e){e.preventDefault(),f((function(n){return h(h({},n),{},{minute:e.target.value})}))},paddingRight:5*u.iI,placeholder:"MM",value:null===i||void 0===i?void 0:i.minute,children:(0,d.m5)(60,0).map((function(e){return String(e).padStart(2,"0")})).map((function(e){return(0,p.jsx)("option",{value:e,children:e},"minute_".concat(e))}))})]})]})}},32316:function(e,n,i){i.d(n,{Z:function(){return h}});var t=i(82684),r=i(60328),o=i(67971),l=i(882),c=i(86673),s=i(99994),a=i(9518),u=i(49125),d=i(37391),p=a.default.div.withConfig({displayName:"indexstyle__TabsContainerStyle",componentId:"sc-segf7l-0"})(["padding-left:","px;padding-right:","px;"," "," ",""],u.cd*u.iI,u.cd*u.iI,(function(e){return e.noPadding&&"\n padding: 0;\n "}),(function(e){return e.allowScroll&&"\n overflow: auto;\n "}),d.w5),f=i(28598);var h=function(e){var n=e.allowScroll,i=e.contained,a=e.noPadding,d=e.onClickTab,h=e.selectedTabUUID,g=e.tabs,b=(0,t.useMemo)((function(){var e=g.length,n=[];return g.forEach((function(i,t){var a=i.Icon,p=i.IconSelected,g=i.label,b=i.uuid,C=b===h,x=C&&p||a,m=g?g():b,v=(0,f.jsxs)(o.Z,{alignItems:"center",children:[x&&(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(x,{default:!C,size:2*u.iI}),(0,f.jsx)(c.Z,{mr:1})]}),m]});t>=1&&e>=2&&n.push((0,f.jsx)("div",{style:{marginLeft:1.5*u.iI}},"spacing-".concat(b))),C?n.push((0,f.jsx)(l.Z,{backgroundGradient:s.yr,backgroundPanel:!0,borderLess:!0,borderWidth:2,onClick:function(){return d(i)},paddingUnitsHorizontal:2,paddingUnitsVertical:1.25,children:v},b)):n.push((0,f.jsx)("div",{style:{padding:4},children:(0,f.jsx)(r.Z,{borderLess:!0,default:!0,onClick:function(){return d(i)},outline:!0,children:v},"button-tab-".concat(b))}))})),n}),[d,h,g]),C=(0,f.jsx)(o.Z,{alignItems:"center",children:b});return i?C:(0,f.jsx)(p,{allowScroll:n,noPadding:a,children:C})}},82944:function(e,n,i){var t=i(82394),r=i(91835),o=i(82684),l=i(9518),c=i(69898),s=i(28598);function a(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,t)}return i}function u(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?a(Object(i),!0).forEach((function(n){(0,t.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):a(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}var d=l.default.input.withConfig({displayName:"TextInput__TextInputStyle",componentId:"sc-1ii4qtc-0"})(["",""],c.p),p=function(e,n){var i=(0,r.Z)({},e);return(0,s.jsx)(c.Z,u(u({},i),{},{input:(0,s.jsx)(d,u({},i)),ref:n}))};n.Z=o.forwardRef(p)},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"})]})})]})}}}]);