Skip to content

Commit f85141a

Browse files
committed
fix script reference
1 parent ab100cb commit f85141a

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

packages/bigframes/bigframes/extensions/bigframes/series_accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
16-
# This file was generated by the script: scripts
16+
# This file was generated by the script: scripts/bigquery_generator
1717
#
1818

1919
from __future__ import annotations

packages/bigframes/bigframes/extensions/core/series_accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
16-
# This file was generated by the script: scripts
16+
# This file was generated by the script: scripts/bigquery_generator
1717
#
1818

1919
from __future__ import annotations

packages/bigframes/bigframes/extensions/pandas/series_accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
16-
# This file was generated by the script: scripts
16+
# This file was generated by the script: scripts/bigquery_generator
1717
#
1818

1919
from __future__ import annotations

packages/bigframes/bigframes/operations/googlesql/aead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
1616
# This file was generated from: scripts/data/sql-functions/aead.yaml
17-
# by the script: scripts
17+
# by the script: scripts/bigquery_generator
1818

1919
from __future__ import annotations
2020

packages/bigframes/bigframes/operations/googlesql/global_namespace/aead_encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
1616
# This file was generated from: scripts/data/sql-functions/global_namespace/aead_encryption.yaml
17-
# by the script: scripts
17+
# by the script: scripts/bigquery_generator
1818

1919
from __future__ import annotations
2020

packages/bigframes/bigframes/operations/googlesql/global_namespace/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
1616
# This file was generated from: scripts/data/sql-functions/global_namespace/array.yaml
17-
# by the script: scripts
17+
# by the script: scripts/bigquery_generator
1818

1919
from __future__ import annotations
2020

packages/bigframes/bigframes/operations/googlesql/global_namespace/bit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
1616
# This file was generated from: scripts/data/sql-functions/global_namespace/bit.yaml
17-
# by the script: scripts
17+
# by the script: scripts/bigquery_generator
1818

1919
from __future__ import annotations
2020

packages/bigframes/bigframes/operations/googlesql/global_namespace/conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
1616
# This file was generated from: scripts/data/sql-functions/global_namespace/conversion.yaml
17-
# by the script: scripts
17+
# by the script: scripts/bigquery_generator
1818

1919
from __future__ import annotations
2020

packages/bigframes/bigframes/operations/googlesql/global_namespace/date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# DO NOT MODIFY THIS FILE DIRECTLY.
1616
# This file was generated from: scripts/data/sql-functions/global_namespace/date.yaml
17-
# by the script: scripts
17+
# by the script: scripts/bigquery_generator
1818

1919
from __future__ import annotations
2020

packages/bigframes/scripts/bigquery_generator/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
SCRIPTS_DIRECTORY = pathlib.Path(__file__).parent.parent.absolute()
2020
PACKAGE_ROOT = SCRIPTS_DIRECTORY.parent
2121
CODE_ROOT = PACKAGE_ROOT / "bigframes"
22-
SCRIPT_PATH_RELATIVE = pathlib.Path(__file__).relative_to(PACKAGE_ROOT).parent.parent
22+
SCRIPT_PATH_RELATIVE = pathlib.Path(__file__).relative_to(PACKAGE_ROOT).parent
2323

2424

2525
# Directory containing the YAML files

0 commit comments

Comments
 (0)