Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/fix-most-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Jul 8, 2023
2 parents 79bf231 + da238a8 commit 11e9e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DBT/DBTTarget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const DBTTarget = ({
);
if (response?.logs?.logs && response.logs.logs.length > 0) {
const logsArray = response.logs.logs.map(
// eslint-disable-next-line
(logObject: PrefectFlowRunLog, idx: number) =>
`- ${logObject.message} '\n'`
);
Expand Down

0 comments on commit 11e9e6d

Please sign in to comment.