@514labs/moose-lib 0.6.286-ci-7-g3f2ee8da → 0.6.286-ci-4-g51360567

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.
@@ -777,8 +777,7 @@ var dlqColumns = [
777
777
  annotations: [],
778
778
  ttl: null,
779
779
  codec: null,
780
- materialized: null,
781
- comment: null
780
+ materialized: null
782
781
  },
783
782
  {
784
783
  name: "errorMessage",
@@ -790,8 +789,7 @@ var dlqColumns = [
790
789
  annotations: [],
791
790
  ttl: null,
792
791
  codec: null,
793
- materialized: null,
794
- comment: null
792
+ materialized: null
795
793
  },
796
794
  {
797
795
  name: "errorType",
@@ -803,8 +801,7 @@ var dlqColumns = [
803
801
  annotations: [],
804
802
  ttl: null,
805
803
  codec: null,
806
- materialized: null,
807
- comment: null
804
+ materialized: null
808
805
  },
809
806
  {
810
807
  name: "failedAt",
@@ -816,8 +813,7 @@ var dlqColumns = [
816
813
  annotations: [],
817
814
  ttl: null,
818
815
  codec: null,
819
- materialized: null,
820
- comment: null
816
+ materialized: null
821
817
  },
822
818
  {
823
819
  name: "source",
@@ -829,8 +825,7 @@ var dlqColumns = [
829
825
  annotations: [],
830
826
  ttl: null,
831
827
  codec: null,
832
- materialized: null,
833
- comment: null
828
+ materialized: null
834
829
  }
835
830
  ];
836
831